![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class defines an open interface. More...
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>
Public Member Functions | |
virtual bool | open (void *args=nullptr)=0 |
Synchronously opens/initializes the called object. | |
virtual | ~OpenApi () |
Virtual destructor. | |
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Synchronously opens/initializes the called object.
Returns true if the open operation was successful
Implemented in Cpl::Itc::OpenSync.