Public Member Functions | |
COutletChannelState_0 (std::string channel_, uint8_t state_) | |
bool | verify (const typename MagAOX::logger::outlet_channel_state::messageT &msg) |
Public Attributes | |
std::string | m_saveOcsChannel |
uint8_t | m_saveOcsState |
std::string | m_channel |
uint8_t | m_state |
bool | m_verify {false} |
int | L |
Class to encapsulate outlet_channel_state flatbuffer data using => types/outlet_channel_state.hpp => types/generated/outlet_channel_state_generated.h
Definition at line 21 of file outlet_channel_state_generated_tests.cpp.
|
inline |
Definition at line 39 of file outlet_channel_state_generated_tests.cpp.
References MagAOX::logger::GetOutlet_channel_state_fb(), L, MagAOX::logger::flatbuffer_log::length(), m_channel, m_saveOcsChannel, m_saveOcsState, m_state, m_verify, and verify().
|
inline |
Definition at line 62 of file outlet_channel_state_generated_tests.cpp.
References L, flatlogs::logPrio::LOG_DEFAULT, and MagAOX::logger::outlet_channel_state::verify().
Referenced by COutletChannelState_0().
int COutletChannelState_0::L |
Definition at line 36 of file outlet_channel_state_generated_tests.cpp.
Referenced by COutletChannelState_0(), and verify().
std::string COutletChannelState_0::m_channel |
Definition at line 29 of file outlet_channel_state_generated_tests.cpp.
Referenced by COutletChannelState_0(), and SCENARIO().
std::string COutletChannelState_0::m_saveOcsChannel |
Definition at line 25 of file outlet_channel_state_generated_tests.cpp.
Referenced by COutletChannelState_0().
uint8_t COutletChannelState_0::m_saveOcsState |
Definition at line 26 of file outlet_channel_state_generated_tests.cpp.
Referenced by COutletChannelState_0().
uint8_t COutletChannelState_0::m_state |
Definition at line 30 of file outlet_channel_state_generated_tests.cpp.
Referenced by COutletChannelState_0(), and SCENARIO().
bool COutletChannelState_0::m_verify {false} |
Definition at line 33 of file outlet_channel_state_generated_tests.cpp.
Referenced by COutletChannelState_0(), and SCENARIO().