![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class define ITC message type and payload for asynchronous response (to the application) of a ClearAllEntries message. More...
This abstract class define ITC message type and payload for asynchronous response (to the application) of a ClearAllEntries message.
The Application is responsible for implementing the response method(s).
#include <IndexedEntryRequests.h>
Public Types | |
typedef Cpl::Itc::ResponseMessage< ClearAllEntriesResponse, ClearAllEntriesRequest, ClearAllEntriesRequest::Payload > | ClearAllEntriesMsg |
Response Message Type. | |
Public Member Functions | |
virtual void | response (ClearAllEntriesMsg &msg)=0 |
Response. | |
virtual | ~ClearAllEntriesResponse () |
Virtual destructor. | |
typedef Cpl::Itc::ResponseMessage<ClearAllEntriesResponse, ClearAllEntriesRequest, ClearAllEntriesRequest::Payload> Cpl::Persistent::ClearAllEntriesResponse::ClearAllEntriesMsg |
Response Message Type.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Response.