![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class define ITC message type and payload for the application to request read Indexed Entry data. More...
This abstract class define ITC message type and payload for the application to request read Indexed Entry data.
See the Cpl/Itc/README.txt file for the semantics for the 'ownership' of the payload contents.
NOTE: This interface can/should NOT be used synchronously. The application is required to only use asynchronous semantics.
#include <IndexedEntryRequests.h>
Classes | |
class | Payload |
Payload for Message: GetByBufferIndex. More... | |
Public Types | |
typedef Cpl::Itc::SAP< GetByBufferIndexRequest > | SAP |
SAP for this API. | |
typedef Cpl::Itc::RequestMessage< GetByBufferIndexRequest, Payload > | GetByBufferIndexMsg |
Message Type: GetByBufferIndex. | |
Public Member Functions | |
virtual void | request (GetByBufferIndexMsg &msg)=0 |
Request: GetByBufferIndex message. | |
virtual size_t | getMaxIndex () const noexcept=0 |
This method returns the maximum allowed 'bufferIndex' when calling getByIndex(). | |
virtual | ~GetByBufferIndexRequest () |
Virtual Destructor. | |
typedef Cpl::Itc::RequestMessage<GetByBufferIndexRequest, Payload> Cpl::Persistent::GetByBufferIndexRequest::GetByBufferIndexMsg |
Message Type: GetByBufferIndex.
SAP for this API.
|
inlinevirtual |
Virtual Destructor.
|
pure virtualnoexcept |
This method returns the maximum allowed 'bufferIndex' when calling getByIndex().
NOTE: THIS IS NOT AN ITC MESSAGE REQUEST - it is 'traditional' thread-safe function call.
Implemented in Cpl::Persistent::IndexedEntryServer< ENTRY >, and Cpl::Persistent::IndexedEntryServer< Cpl::Logging::EntryData_T >.
|
pure virtual |
Request: GetByBufferIndex message.
Implemented in Cpl::Persistent::IndexedEntryServer< ENTRY >, and Cpl::Persistent::IndexedEntryServer< Cpl::Logging::EntryData_T >.