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

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...

Detailed Description

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

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>

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

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.
 

Constructor & Destructor Documentation

◆ ~AtomicApi()

template<class ACCESS_API >
virtual Cpl::Itc::AtomicApi< ACCESS_API >::~AtomicApi ( )
inlinevirtual

Virtual Destructor.

Member Function Documentation

◆ executeAtomic()

template<class ACCESS_API >
virtual void Cpl::Itc::AtomicApi< ACCESS_API >::executeAtomic ( AtomicCallback< ACCESS_API > &  clientToCallback)
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 >.


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