Log entry recording modalGainOpt control state. More...
#include <telem_modalgainopt.hpp>


Classes | |
| struct | messageT |
Static Public Member Functions | |
| static bool | verify (flatlogs::bufferPtrT &logBuff, flatlogs::msgLenT len) |
| static std::string | msgString (void *msgBuffer, flatlogs::msgLenT len) |
| static bool | updateAuto (void *msgBuffer) |
| static bool | opticalGainTracking (void *msgBuffer) |
| static float | opticalGain (void *msgBuffer) |
| static float | gainGain (void *msgBuffer) |
| static float | gainLeak (void *msgBuffer) |
| static logMetaDetail | getAccessor (const std::string &member) |
| static flatlogs::msgLenT | length (const fbMessage &msg) |
| Get the length of the message. | |
| static int | format (void *msgBuffer, const fbMessage &msg) |
| Format the buffer given the input message. | |
| static std::string | msgJSON (void *msgBuffer, flatlogs::msgLenT len, const uint8_t *binarySchema, const unsigned int binarySchemaLength) |
Static Public Attributes | |
| static const flatlogs::eventCodeT | eventCode = eventCodes::TELEM_MODALGAINOPT |
| static const flatlogs::logPrioT | defaultLevel = flatlogs::logPrio::LOG_TELEM |
| static timespec | lastRecord = { 0, 0 } |
| The time of the last telemetry record. | |
Log entry recording modalGainOpt control state.
Definition at line 22 of file telem_modalgainopt.hpp.
|
inlinestaticinherited |
Format the buffer given the input message.
| [out] | msgBuffer | the buffer, must be pre-allocated to size length(msg) |
| [in] | msg | the message which contains a flatbuffer builder, from which the data are memcpy-ed. |
Definition at line 54 of file flatbuffer_log.hpp.
|
inlinestatic |
Definition at line 91 of file telem_modalgainopt.hpp.
References MagAOX::logger::GetTelem_modalgainopt_fb().
Referenced by MagAOX::logger::telem_modalgainopt::messageT::messageT(), and getAccessor().
|
inlinestatic |
Definition at line 96 of file telem_modalgainopt.hpp.
References MagAOX::logger::GetTelem_modalgainopt_fb().
Referenced by MagAOX::logger::telem_modalgainopt::messageT::messageT(), and getAccessor().
|
inlinestatic |
Definition at line 101 of file telem_modalgainopt.hpp.
References MagAOX::logger::logMeta::Bool, MagAOX::logger::logMeta::Float, gainGain(), gainLeak(), opticalGain(), opticalGainTracking(), MagAOX::logger::logMeta::State, and updateAuto().
Referenced by MagAOX::logger::logMemberAccessor().
|
inlinestaticinherited |
Get the length of the message.
| [in] | msg | the fbMessage type holding a FlatBufferBuilder |
Definition at line 46 of file flatbuffer_log.hpp.
|
inlinestaticinherited |
| [in] | msgBuffer | Buffer containing the flatbuffer serialized message. |
| [in] | len | [unused] length of msgBuffer. |
| [in] | binarySchema | flatbuffers binary schema for this log type |
| [in] | binarySchemaLength | flatbuffers binary schema length |
Definition at line 65 of file flatbuffer_log.hpp.
|
inlinestatic |
Definition at line 55 of file telem_modalgainopt.hpp.
References MagAOX::logger::GetTelem_modalgainopt_fb().
|
inlinestatic |
Definition at line 86 of file telem_modalgainopt.hpp.
References MagAOX::logger::GetTelem_modalgainopt_fb().
Referenced by MagAOX::logger::telem_modalgainopt::messageT::messageT(), and getAccessor().
|
inlinestatic |
Definition at line 81 of file telem_modalgainopt.hpp.
References MagAOX::logger::GetTelem_modalgainopt_fb().
Referenced by MagAOX::logger::telem_modalgainopt::messageT::messageT(), and getAccessor().
|
inlinestatic |
Definition at line 76 of file telem_modalgainopt.hpp.
References MagAOX::logger::GetTelem_modalgainopt_fb().
Referenced by MagAOX::logger::telem_modalgainopt::messageT::messageT(), and getAccessor().
|
inlinestatic |
Definition at line 48 of file telem_modalgainopt.hpp.
References flatlogs::logHeader::messageBuffer(), and MagAOX::logger::VerifyTelem_modalgainopt_fbBuffer().
Referenced by MagAOX::logger::logVerify().
|
static |
Definition at line 25 of file telem_modalgainopt.hpp.
|
static |
Definition at line 24 of file telem_modalgainopt.hpp.
|
static |
The time of the last telemetry record.
Definition at line 27 of file telem_modalgainopt.hpp.