GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Types | Public Member Functions
Cpl::Dm::Persistent::FlushResponse Class Referenceabstract

This abstract class define ITC message type and payload for asynchronous response (to the application) of a Flush message. More...

Detailed Description

This abstract class define ITC message type and payload for asynchronous response (to the application) of a Flush message.

The Application is responsible for implementing the response method(s).

#include <FlushRequest.h>

Public Types

typedef Cpl::Itc::ResponseMessage< FlushResponse, FlushRequest, FlushRequest::PayloadFlushMsg
 Response Message Type.
 

Public Member Functions

virtual void response (FlushMsg &msg)=0
 Response.
 
virtual ~FlushResponse ()
 Virtual destructor.
 

Member Typedef Documentation

◆ FlushMsg

Response Message Type.

Constructor & Destructor Documentation

◆ ~FlushResponse()

virtual Cpl::Dm::Persistent::FlushResponse::~FlushResponse ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ response()

virtual void Cpl::Dm::Persistent::FlushResponse::response ( FlushMsg msg)
pure virtual

Response.


The documentation for this class was generated from the following file: