GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions
Cpl::Itc::AtomicSync< ACCESS_API > Class Template Reference

This concrete class provides the ITC wrapper implementation for calling the "Atomic Api" synchronously. More...

Detailed Description

template<class ACCESS_API>
class Cpl::Itc::AtomicSync< ACCESS_API >

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>

Inheritance diagram for Cpl::Itc::AtomicSync< ACCESS_API >:
[legend]
Collaboration diagram for Cpl::Itc::AtomicSync< ACCESS_API >:
[legend]

Public Member Functions

 AtomicSync (PostApi &myMbox) noexcept
 Constructor.
 
void executeAtomic (AtomicCallback< ACCESS_API > &clientToCallback)
 See AtomicApi.
 
- Public Member Functions inherited from Cpl::Itc::AtomicRequest< ACCESS_API >
virtual void request (ReqMsg &msg)
 Request.
 
- Public Member Functions inherited from Cpl::Itc::AtomicApi< ACCESS_API >
virtual ~AtomicApi ()
 Virtual Destructor.
 

Additional Inherited Members

- Public Types inherited from Cpl::Itc::AtomicRequest< ACCESS_API >
typedef Cpl::Itc::SAP< Cpl::Itc::AtomicRequest< ACCESS_API > > SAP
 SAP for this API.
 
typedef RequestMessage< AtomicRequest, PayloadReqMsg
 Message Type:
 

Constructor & Destructor Documentation

◆ AtomicSync()

template<class ACCESS_API >
Cpl::Itc::AtomicSync< ACCESS_API >::AtomicSync ( PostApi myMbox)
noexcept

Constructor.

Member Function Documentation

◆ executeAtomic()

template<class ACCESS_API >
void Cpl::Itc::AtomicSync< ACCESS_API >::executeAtomic ( AtomicCallback< ACCESS_API > &  clientToCallback)
virtual

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