Public Member Functions | |
CTelemCoretemps_0 (std::vector< float > temps_) | |
bool | verify (const typename MagAOX::logger::telem_coretemps::messageT &msg) |
Public Attributes | |
std::vector< float > | m_saveTcTemps |
std::vector< float > | m_temps |
bool | m_verify {false} |
int | L |
Class to encapsulate telem_coretemps flatbuffer data using => types/telem_coretemps.hpp => types/generated/telem_coretemps_generated.h
Definition at line 20 of file telem_coretemps_generated_tests.cpp.
|
inline |
Definition at line 36 of file telem_coretemps_generated_tests.cpp.
References MagAOX::logger::GetTelem_coretemps_fb(), L, MagAOX::logger::flatbuffer_log::length(), m_saveTcTemps, m_temps, m_verify, and verify().
|
inline |
Definition at line 65 of file telem_coretemps_generated_tests.cpp.
References L, flatlogs::logPrio::LOG_DEFAULT, and MagAOX::logger::telem_coretemps::verify().
Referenced by CTelemCoretemps_0().
int CTelemCoretemps_0::L |
Definition at line 33 of file telem_coretemps_generated_tests.cpp.
Referenced by CTelemCoretemps_0(), and verify().
std::vector<float> CTelemCoretemps_0::m_saveTcTemps |
Definition at line 24 of file telem_coretemps_generated_tests.cpp.
Referenced by CTelemCoretemps_0().
std::vector<float> CTelemCoretemps_0::m_temps |
Definition at line 27 of file telem_coretemps_generated_tests.cpp.
Referenced by CTelemCoretemps_0(), and SCENARIO().
bool CTelemCoretemps_0::m_verify {false} |
Definition at line 30 of file telem_coretemps_generated_tests.cpp.
Referenced by CTelemCoretemps_0(), and SCENARIO().