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

Payload for Message: GetNext. More...

Detailed Description

Payload for Message: GetNext.

#include <IndexedEntryRequests.h>

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

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::Payloadm_entryDst
 INPUT/OUTPUT: Memory to hold the retrieved entry.
 
IndexedEntryReader::EntryMarker_Tm_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)
 

Constructor & Destructor Documentation

◆ Payload()

Cpl::Persistent::GetNextRequest::Payload::Payload ( Cpl::Persistent::Payload entryDst,
IndexedEntryReader::EntryMarker_T beginHere,
uint64_t  newerThan 
)
inline

Constructor. Use for getNext() message.

Member Data Documentation

◆ m_beginHereMarker

IndexedEntryReader::EntryMarker_T& Cpl::Persistent::GetNextRequest::Payload::m_beginHereMarker

INPUT: The 'marker' on where to begin searching from.

◆ m_entryDst

Cpl::Persistent::Payload& Cpl::Persistent::GetNextRequest::Payload::m_entryDst

INPUT/OUTPUT: Memory to hold the retrieved entry.

◆ m_markerEntryRetreived

IndexedEntryReader::EntryMarker_T Cpl::Persistent::GetNextRequest::Payload::m_markerEntryRetreived

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

◆ m_newerThan

uint64_t Cpl::Persistent::GetNextRequest::Payload::m_newerThan

INPUT: newer timestamp to search criteria.

◆ m_success

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)


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