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

This abstract class define response message types for a set of ITC services. More...

Detailed Description

This abstract class define response message types for a set of ITC services.

The response() method(s) are to be implemented by the 'client'

NOTE: Typically the 'Open Request' is done synchronously. This interface is provided for completeness for the edge case of doing the Open Request asynchronously.

#include <OpenRequest.h>

Public Types

typedef ResponseMessage< OpenResponse, OpenRequest, OpenRequest::OpenPayloadOpenMsg
 Response Message Type: Open.
 

Public Member Functions

virtual void response (OpenMsg &msg)=0
 Response: OpenMsg.
 
virtual ~OpenResponse ()
 Virtual destructor.
 

Member Typedef Documentation

◆ OpenMsg

Response Message Type: Open.

Constructor & Destructor Documentation

◆ ~OpenResponse()

virtual Cpl::Itc::OpenResponse::~OpenResponse ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ response()

virtual void Cpl::Itc::OpenResponse::response ( OpenMsg msg)
pure virtual

Response: OpenMsg.


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