Public Member Functions | |
CPicoChannel_0 (std::string name_, uint8_t channel_) | |
bool | verify (const typename MagAOX::logger::pico_channel::messageT &msg) |
Public Attributes | |
std::string | m_savePcName |
uint8_t | m_savePcChannel |
std::string | m_name |
uint8_t | m_channel |
bool | m_verify {false} |
int | L |
Class to encapsulate pico_channel flatbuffer data using => types/pico_channel.hpp => types/generated/pico_channel_generated.h
Definition at line 21 of file pico_channel_generated_tests.cpp.
|
inline |
Definition at line 39 of file pico_channel_generated_tests.cpp.
References MagAOX::logger::GetPico_channel_fb(), L, MagAOX::logger::flatbuffer_log::length(), m_channel, m_name, m_savePcChannel, m_savePcName, m_verify, and verify().
|
inline |
Definition at line 62 of file pico_channel_generated_tests.cpp.
References L, flatlogs::logPrio::LOG_DEFAULT, and MagAOX::logger::pico_channel::verify().
Referenced by CPicoChannel_0().
int CPicoChannel_0::L |
Definition at line 36 of file pico_channel_generated_tests.cpp.
Referenced by CPicoChannel_0(), and verify().
uint8_t CPicoChannel_0::m_channel |
Definition at line 30 of file pico_channel_generated_tests.cpp.
Referenced by CPicoChannel_0(), and SCENARIO().
std::string CPicoChannel_0::m_name |
Definition at line 29 of file pico_channel_generated_tests.cpp.
Referenced by CPicoChannel_0(), and SCENARIO().
uint8_t CPicoChannel_0::m_savePcChannel |
Definition at line 26 of file pico_channel_generated_tests.cpp.
Referenced by CPicoChannel_0().
std::string CPicoChannel_0::m_savePcName |
Definition at line 25 of file pico_channel_generated_tests.cpp.
Referenced by CPicoChannel_0().
bool CPicoChannel_0::m_verify {false} |
Definition at line 33 of file pico_channel_generated_tests.cpp.
Referenced by CPicoChannel_0(), and SCENARIO().