GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Public Attributes
Cpl::Persistent::GetLatestRequest::Payload Class Reference

Payload for Message: GetLatest. More...

Detailed Description

Payload for Message: GetLatest.

#include <IndexedEntryRequests.h>

Collaboration diagram for Cpl::Persistent::GetLatestRequest::Payload:
[legend]

Public Member Functions

 Payload (Cpl::Persistent::Payload &entryDst)
 Constructor. Use for getLatest() message.
 

Public Attributes

Cpl::Persistent::Payloadm_entryDst
 INPUT/OUTPUT: Memory to hold the retrieved entry.
 
IndexedEntryReader::EntryMarker_T m_markerEntryRetreived
 OUTPUT (response field): The 'marker' associated with the found/retrieved entry.
 
bool m_success
 GET results (response field) true = entry was successfully retrieved/found false = no valid entry (that met the getXxx() criteria)
 

Constructor & Destructor Documentation

◆ Payload()

Cpl::Persistent::GetLatestRequest::Payload::Payload ( Cpl::Persistent::Payload entryDst)
inline

Constructor. Use for getLatest() message.

Member Data Documentation

◆ m_entryDst

Cpl::Persistent::Payload& Cpl::Persistent::GetLatestRequest::Payload::m_entryDst

INPUT/OUTPUT: Memory to hold the retrieved entry.

◆ m_markerEntryRetreived

IndexedEntryReader::EntryMarker_T Cpl::Persistent::GetLatestRequest::Payload::m_markerEntryRetreived

OUTPUT (response field): The 'marker' associated with the found/retrieved entry.

◆ m_success

bool Cpl::Persistent::GetLatestRequest::Payload::m_success

GET results (response field) true = entry was successfully retrieved/found false = no valid entry (that met the getXxx() criteria)


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