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

This abstract class defines an open interface. More...

Detailed Description

This abstract class defines an open interface.

This open interface provides the ability to run an "initialize/open" routine for a ITC server object IN its native thread (i.e. the thread that the ITC server object executes its ITC requests in). The open call is a SYNCHRONOUS ITC call. This has the following effects/requirements:

1) The caller MUST be in a different thread than the thread of the object being opened.

2) The thread of the caller will block until the ITC server object has completed its initialization (i.e. called returnToSender() on the Open Request message).

#include <OpenApi.h>

Inheritance diagram for Cpl::Itc::OpenApi:
[legend]

Public Member Functions

virtual bool open (void *args=nullptr)=0
 Synchronously opens/initializes the called object.
 
virtual ~OpenApi ()
 Virtual destructor.
 

Constructor & Destructor Documentation

◆ ~OpenApi()

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

Virtual destructor.

Member Function Documentation

◆ open()

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

Synchronously opens/initializes the called object.

Returns true if the open operation was successful

Implemented in Cpl::Itc::OpenSync.


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