![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This concrete class provides the ITC wrapper implementation for calling the "Atomic Api" synchronously. More...
This concrete class provides the ITC wrapper implementation for calling the "Atomic Api" synchronously.
TEMPLATE ARGS: ACCESS_API - API that the client uses to accomplish its "Atomic Operation"
#include <AtomicSync.h>
Public Member Functions | |
AtomicSync (PostApi &myMbox) noexcept | |
Constructor. | |
void | executeAtomic (AtomicCallback< ACCESS_API > &clientToCallback) |
See AtomicApi. | |
![]() | |
virtual void | request (ReqMsg &msg) |
Request. | |
![]() | |
virtual | ~AtomicApi () |
Virtual Destructor. | |
Additional Inherited Members | |
![]() | |
typedef Cpl::Itc::SAP< Cpl::Itc::AtomicRequest< ACCESS_API > > | SAP |
SAP for this API. | |
typedef RequestMessage< AtomicRequest, Payload > | ReqMsg |
Message Type: | |
|
noexcept |
Constructor.
|
virtual |
See AtomicApi.
Implements Cpl::Itc::AtomicApi< ACCESS_API >.