API
 
Loading...
Searching...
No Matches
CSoftwareLog_4 Class Reference
Collaboration diagram for CSoftwareLog_4:
Collaboration graph

Public Member Functions

 CSoftwareLog_4 (char *file_, uint32_t line_, int32_t errnoCode_, std::string explanation_)
 
bool verify (const typename MagAOX::logger::software_log::messageT &msg)
 

Public Attributes

char * m_saveSlFile
 
uint32_t m_saveSlLine
 
int32_t m_saveSlErrnoCode
 
std::string m_saveSlExplanation
 
char * m_file
 
uint32_t m_line
 
int32_t m_errnoCode
 
std::string m_explanation
 
bool m_verify {false}
 
int L
 

Detailed Description

Class to encapsulate software_log flatbuffer data using => types/software_log.hpp => types/generated/software_log_generated.h

Definition at line 441 of file software_log_generated_tests.cpp.

Constructor & Destructor Documentation

◆ CSoftwareLog_4()

CSoftwareLog_4::CSoftwareLog_4 ( char *  file_,
uint32_t  line_,
int32_t  errnoCode_,
std::string  explanation_ 
)
inline

Member Function Documentation

◆ verify()

bool CSoftwareLog_4::verify ( const typename MagAOX::logger::software_log::messageT msg)
inline

Member Data Documentation

◆ L

int CSoftwareLog_4::L

Definition at line 460 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4(), and verify().

◆ m_errnoCode

int32_t CSoftwareLog_4::m_errnoCode

Definition at line 453 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4(), and SCENARIO().

◆ m_explanation

std::string CSoftwareLog_4::m_explanation

Definition at line 454 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4(), and SCENARIO().

◆ m_file

char* CSoftwareLog_4::m_file

Definition at line 451 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4(), and SCENARIO().

◆ m_line

uint32_t CSoftwareLog_4::m_line

Definition at line 452 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4(), and SCENARIO().

◆ m_saveSlErrnoCode

int32_t CSoftwareLog_4::m_saveSlErrnoCode

Definition at line 447 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4().

◆ m_saveSlExplanation

std::string CSoftwareLog_4::m_saveSlExplanation

Definition at line 448 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4().

◆ m_saveSlFile

char* CSoftwareLog_4::m_saveSlFile

Definition at line 445 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4().

◆ m_saveSlLine

uint32_t CSoftwareLog_4::m_saveSlLine

Definition at line 446 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4().

◆ m_verify

bool CSoftwareLog_4::m_verify {false}

Definition at line 457 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_4(), and SCENARIO().


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