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

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

Detailed Description

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

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

#include <IndexedEntryRequests.h>

Public Types

typedef Cpl::Itc::ResponseMessage< GetNextResponse, GetNextRequest, GetNextRequest::PayloadGetNextMsg
 Response Message Type.
 

Public Member Functions

virtual void response (GetNextMsg &msg)=0
 Response.
 
virtual ~GetNextResponse ()
 Virtual destructor.
 

Member Typedef Documentation

◆ GetNextMsg

Response Message Type.

Constructor & Destructor Documentation

◆ ~GetNextResponse()

virtual Cpl::Persistent::GetNextResponse::~GetNextResponse ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ response()

virtual void Cpl::Persistent::GetNextResponse::response ( GetNextMsg msg)
pure virtual

Response.


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