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