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

Payload for Message: GetPrevious. More...

Detailed Description

Payload for Message: GetPrevious.

#include <IndexedEntryRequests.h>

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

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_Tm_beginHereMarker
 INPUT (optional): The 'marker' on where to begin searching from.
 
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::GetPreviousRequest::Payload::Payload ( Cpl::Persistent::Payload entryDst,
IndexedEntryReader::EntryMarker_T beginHere,
uint64_t  olderThan 
)
inline

Constructor. Use for getPrevious() message.

Member Data Documentation

◆ m_beginHereMarker

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

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

◆ m_entryDst

Cpl::Persistent::Payload& Cpl::Persistent::GetPreviousRequest::Payload::m_entryDst

INPUT/OUTPUT: Memory to hold the retrieved entry.

◆ m_markerEntryRetreived

IndexedEntryReader::EntryMarker_T Cpl::Persistent::GetPreviousRequest::Payload::m_markerEntryRetreived

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

◆ m_olderThan

uint64_t Cpl::Persistent::GetPreviousRequest::Payload::m_olderThan

INPUT: newer timestamp to search criteria.

◆ m_success

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)


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