MIRA
Public Member Functions | Public Attributes | List of all members
ErrorMemory::ErrorInfo Struct Reference

Information for one error in the error memory. More...

#include <functionblock/ErrorMemory.h>

Public Member Functions

 ErrorInfo ()
 
template<typename Reflector >
void reflect (Reflector &r)
 

Public Attributes

uint32 timeUnix
 
std::string timeLocal
 
uint32 code
 
std::string name
 
uint32 data [8]
 

Detailed Description

Information for one error in the error memory.

Constructor & Destructor Documentation

◆ ErrorInfo()

ErrorInfo ( )
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ timeUnix

uint32 timeUnix

◆ timeLocal

std::string timeLocal

◆ code

uint32 code

◆ name

std::string name

◆ data

uint32 data[8]

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