![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class provides an interface to allow a client to call the server synchronously to have the server invoke the client's atomic operation. More...
This abstract class provides an interface to allow a client to call the server synchronously to have the server invoke the client's atomic operation.
TEMPLATE ARGS: ACCESS_API - API that the client uses to accomplish its "Atomic Operation"
#include <AtomicApi.h>
Public Member Functions | |
virtual void | executeAtomic (AtomicCallback< ACCESS_API > &clientToCallback)=0 |
This method initiates (via sync ITC) the process of invoking an Atomic Operation. | |
virtual | ~AtomicApi () |
Virtual Destructor. | |
|
inlinevirtual |
Virtual Destructor.
|
pure virtual |
This method initiates (via sync ITC) the process of invoking an Atomic Operation.
The clientToCallback is a reference to the client's interface that performs the atomic "operation".
Implemented in Cpl::Itc::AtomicSync< ACCESS_API >.