![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
Payload for Message: GetPrevious. More...
Payload for Message: GetPrevious.
#include <IndexedEntryRequests.h>
Public Member Functions | |
Payload (Cpl::Persistent::Payload &entryDst, IndexedEntryReader::EntryMarker_T &beginHere, uint64_t olderThan) | |
Constructor. Use for getPrevious() message. | |
Public Attributes | |
uint64_t | m_olderThan |
INPUT: newer timestamp to search criteria. | |
IndexedEntryReader::EntryMarker_T & | m_beginHereMarker |
INPUT (optional): The 'marker' on where to begin searching from. | |
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 getPrevious() message.
IndexedEntryReader::EntryMarker_T& Cpl::Persistent::GetPreviousRequest::Payload::m_beginHereMarker |
INPUT (optional): The 'marker' on where to begin searching from.
Cpl::Persistent::Payload& Cpl::Persistent::GetPreviousRequest::Payload::m_entryDst |
INPUT/OUTPUT: Memory to hold the retrieved entry.
IndexedEntryReader::EntryMarker_T Cpl::Persistent::GetPreviousRequest::Payload::m_markerEntryRetreived |
OUTPUT (response field): The 'marker' associated with the found/retrieved entry.
uint64_t Cpl::Persistent::GetPreviousRequest::Payload::m_olderThan |
INPUT: newer timestamp to search criteria.
bool Cpl::Persistent::GetPreviousRequest::Payload::m_success |
GET results (response field) true = entry was successfully retrieved/found false = no valid entry (that met the getXxx() criteria)