![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
Payload for Message: GetLatest. More...
Payload for Message: GetLatest.
#include <IndexedEntryRequests.h>
Public Member Functions | |
Payload (Cpl::Persistent::Payload &entryDst) | |
Constructor. Use for getLatest() message. | |
Public Attributes | |
Cpl::Persistent::Payload & | m_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) | |
|
inline |
Constructor. Use for getLatest() message.
Cpl::Persistent::Payload& Cpl::Persistent::GetLatestRequest::Payload::m_entryDst |
INPUT/OUTPUT: Memory to hold the retrieved entry.
IndexedEntryReader::EntryMarker_T Cpl::Persistent::GetLatestRequest::Payload::m_markerEntryRetreived |
OUTPUT (response field): The 'marker' associated with the found/retrieved entry.
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)