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

Public Member Functions

 CSoftwareLog_1 (char *file_, uint32_t line_, int32_t errnoCode_, int32_t otherCode_, 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
 
int32_t m_saveSlOtherCode
 
std::string m_saveSlExplanation
 
char * m_file
 
uint32_t m_line
 
int32_t m_errnoCode
 
int32_t m_otherCode
 
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 134 of file software_log_generated_tests.cpp.

Constructor & Destructor Documentation

◆ CSoftwareLog_1()

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

Member Function Documentation

◆ verify()

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

Member Data Documentation

◆ L

int CSoftwareLog_1::L

Definition at line 155 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1(), and verify().

◆ m_errnoCode

int32_t CSoftwareLog_1::m_errnoCode

Definition at line 147 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1(), and SCENARIO().

◆ m_explanation

std::string CSoftwareLog_1::m_explanation

Definition at line 149 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1(), and SCENARIO().

◆ m_file

char* CSoftwareLog_1::m_file

Definition at line 145 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1(), and SCENARIO().

◆ m_line

uint32_t CSoftwareLog_1::m_line

Definition at line 146 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1(), and SCENARIO().

◆ m_otherCode

int32_t CSoftwareLog_1::m_otherCode

Definition at line 148 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1(), and SCENARIO().

◆ m_saveSlErrnoCode

int32_t CSoftwareLog_1::m_saveSlErrnoCode

Definition at line 140 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1().

◆ m_saveSlExplanation

std::string CSoftwareLog_1::m_saveSlExplanation

Definition at line 142 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1().

◆ m_saveSlFile

char* CSoftwareLog_1::m_saveSlFile

Definition at line 138 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1().

◆ m_saveSlLine

uint32_t CSoftwareLog_1::m_saveSlLine

Definition at line 139 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1().

◆ m_saveSlOtherCode

int32_t CSoftwareLog_1::m_saveSlOtherCode

Definition at line 141 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1().

◆ m_verify

bool CSoftwareLog_1::m_verify {false}

Definition at line 152 of file software_log_generated_tests.cpp.

Referenced by CSoftwareLog_1(), and SCENARIO().


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