![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class define ITC message type and payload for the application to request flushing the Record to persistent storage. More...
This abstract class define ITC message type and payload for the application to request flushing the Record to persistent storage.
See the Cpl/Itc/README.txt file for the semantics for the 'ownership' of the payload contents.
NOTE: This interface can/should NOT be used synchronously. The application is required to only use asynchronous semantics.
#include <FlushRequest.h>
Classes | |
class | Payload |
Payload for Message: GetLatest. More... | |
Public Types | |
typedef Cpl::Itc::SAP< FlushRequest > | SAP |
SAP for this API. | |
typedef Cpl::Itc::RequestMessage< FlushRequest, Payload > | FlushMsg |
Message Type: GetLatest. | |
Public Member Functions | |
virtual void | request (FlushMsg &msg)=0 |
Request: Flush message. | |
virtual | ~FlushRequest () |
Virtual Destructor. | |
Message Type: GetLatest.
SAP for this API.
|
inlinevirtual |
Virtual Destructor.
|
pure virtual |
Request: Flush message.
Implemented in Cpl::Dm::Persistent::Record.