Public Member Functions | |
CTelemChronyStatus_0 (std::string mac_, std::string ip_, std::string sync_, std::string leap_) | |
bool | verify (const typename MagAOX::logger::telem_chrony_status::messageT &msg) |
Public Attributes | |
std::string | m_saveTcsMac |
std::string | m_saveTcsIp |
std::string | m_saveTcsSync |
std::string | m_saveTcsLeap |
std::string | m_mac |
std::string | m_ip |
std::string | m_sync |
std::string | m_leap |
bool | m_verify {false} |
int | L |
Class to encapsulate telem_chrony_status flatbuffer data using => types/telem_chrony_status.hpp => types/generated/telem_chrony_status_generated.h
Definition at line 23 of file telem_chrony_status_generated_tests.cpp.
|
inline |
Definition at line 45 of file telem_chrony_status_generated_tests.cpp.
References MagAOX::logger::GetTelem_chrony_status_fb(), L, MagAOX::logger::flatbuffer_log::length(), m_ip, m_leap, m_mac, m_saveTcsIp, m_saveTcsLeap, m_saveTcsMac, m_saveTcsSync, m_sync, m_verify, and verify().
|
inline |
Definition at line 72 of file telem_chrony_status_generated_tests.cpp.
References L, flatlogs::logPrio::LOG_DEFAULT, and MagAOX::logger::telem_chrony_status::verify().
Referenced by CTelemChronyStatus_0().
int CTelemChronyStatus_0::L |
Definition at line 42 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0(), and verify().
std::string CTelemChronyStatus_0::m_ip |
Definition at line 34 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0(), and SCENARIO().
std::string CTelemChronyStatus_0::m_leap |
Definition at line 36 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0(), and SCENARIO().
std::string CTelemChronyStatus_0::m_mac |
Definition at line 33 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0(), and SCENARIO().
std::string CTelemChronyStatus_0::m_saveTcsIp |
Definition at line 28 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0().
std::string CTelemChronyStatus_0::m_saveTcsLeap |
Definition at line 30 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0().
std::string CTelemChronyStatus_0::m_saveTcsMac |
Definition at line 27 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0().
std::string CTelemChronyStatus_0::m_saveTcsSync |
Definition at line 29 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0().
std::string CTelemChronyStatus_0::m_sync |
Definition at line 35 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0(), and SCENARIO().
bool CTelemChronyStatus_0::m_verify {false} |
Definition at line 39 of file telem_chrony_status_generated_tests.cpp.
Referenced by CTelemChronyStatus_0(), and SCENARIO().