GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes
Cpl::Dm::Persistent Namespace Reference

The 'Persistent' namespace provides a persistent storage mechanism for Model Points. More...

Detailed Description

The 'Persistent' namespace provides a persistent storage mechanism for Model Points.

The Colony.Core's Cpl::Persistent framework is used for base persistent storage.

Classes

class  EraseRequest
 This abstract class define ITC message type and payload for the application to request invalidating/corrupting the Record in persistent storage (i.e. More...
 
class  EraseResponse
 This abstract class define ITC message type and payload for asynchronous response (to the application) of a Erase message. More...
 
class  FlushRequest
 This abstract class define ITC message type and payload for the application to request flushing the Record to persistent storage. More...
 
class  FlushResponse
 This abstract class define ITC message type and payload for asynchronous response (to the application) of a Flush message. More...
 
class  Record
 This mostly concrete class implements the Cpl::Persistent::Record interface where a Record instance contains the data from N model points. More...