onboardapi  9.10.0
by Rheinmetall
M_ErrorMemory::ReportEntry Struct Reference

Report an error entry. More...

Public Member Functions

 ReportEntry ()
 
 ReportEntry (std::string const &KeyId, M_ErrorMemory::ErrorEntryType const &Value, bool IsRemoved)
 

Public Attributes

std::string KeyId
 Identifies the key of the error entry. More...
 
M_ErrorMemory::ErrorEntryType Value
 Error entry. More...
 
bool IsRemoved
 

Detailed Description

Report an error entry.

Constructor & Destructor Documentation

◆ ReportEntry() [1/2]

M_ErrorMemory::ReportEntry::ReportEntry ( )

◆ ReportEntry() [2/2]

M_ErrorMemory::ReportEntry::ReportEntry ( std::string const &  KeyId,
M_ErrorMemory::ErrorEntryType const &  Value,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_ErrorMemory::ReportEntry::IsRemoved

Indicates if the entry is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.

◆ KeyId

std::string M_ErrorMemory::ReportEntry::KeyId

Identifies the key of the error entry.

◆ Value

M_ErrorMemory::ErrorEntryType M_ErrorMemory::ReportEntry::Value

Error entry.