GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Protected Attributes
Cpl::Itc::OpenSync Class Reference

This partially concrete class implements the synchronous ITC open call for the OpenApi. More...

Detailed Description

This partially concrete class implements the synchronous ITC open call for the OpenApi.

The subclass is still required to implement the ITC request() method.

#include <OpenSync.h>

Inheritance diagram for Cpl::Itc::OpenSync:
[legend]
Collaboration diagram for Cpl::Itc::OpenSync:
[legend]

Public Member Functions

 OpenSync (PostApi &myMbox) noexcept
 Constructor.
 
bool open (void *args=nullptr)
 See OpenApi.
 
- Public Member Functions inherited from Cpl::Itc::OpenApi
virtual ~OpenApi ()
 Virtual destructor.
 
- Public Member Functions inherited from Cpl::Itc::OpenRequest
virtual void request (OpenMsg &msg)=0
 Request: Open.
 

Protected Attributes

PostApim_mbox
 Mailbox (of the server implementing the ITC request() method.
 

Additional Inherited Members

- Public Types inherited from Cpl::Itc::OpenRequest
typedef Cpl::Itc::SAP< OpenRequestSAP
 SAP for this API.
 
typedef RequestMessage< OpenRequest, OpenPayloadOpenMsg
 Message Type: Open.
 

Constructor & Destructor Documentation

◆ OpenSync()

Cpl::Itc::OpenSync::OpenSync ( PostApi myMbox)
noexcept

Constructor.

Member Function Documentation

◆ open()

bool Cpl::Itc::OpenSync::open ( void *  args = nullptr)
virtual

See OpenApi.

Implements Cpl::Itc::OpenApi.

Member Data Documentation

◆ m_mbox

PostApi& Cpl::Itc::OpenSync::m_mbox
protected

Mailbox (of the server implementing the ITC request() method.


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