10 #ifndef logger_types_ocam_temps_hpp
11 #define logger_types_ocam_temps_hpp
13 #include "generated/ocam_temps_generated.h"
49 auto fp = CreateOcam_temps_fb(
builder, ccd,cpu, power, bias, water, left, right, cooling);
60 return VerifyOcam_temps_fbBuffer(verifier);
68 static_cast<void>(len);
70 auto fbs = GetOcam_temps_fb(msgBuffer);
72 std::string
msg =
"ccd: ";
73 msg += std::to_string(fbs->ccd()) +
" C ";
76 msg += std::to_string(fbs->cpu()) +
" C ";
79 msg += std::to_string(fbs->power()) +
" C ";
82 msg += std::to_string(fbs->bias()) +
" C ";
85 msg += std::to_string(fbs->water()) +
" C ";
88 msg += std::to_string(fbs->left()) +
" C ";
91 msg += std::to_string(fbs->right()) +
" C ";
94 msg += std::to_string(fbs->cooling()) +
" mW ";
The MagAO-X logger flatbuffer log base type.
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).
msgLen2T msgLenT
The type used to refer to the message length, regardless of length.
int8_t logPrioT
The type of the log priority code.
static void * messageBuffer(bufferPtrT &logBuffer)
Get the message buffer address.
std::shared_ptr< char > bufferPtrT
The log entry buffer smart pointer.
constexpr static logPrioT LOG_TELEM
A telemetry recording.
Message type for resolving log messages with a f.b. builder.
flatbuffers::FlatBufferBuilder builder
Base class for logs consisting of a flatbuffer message.
The type of the input message.
messageT(const float &ccd, const float &cpu, const float &power, const float &bias, const float &water, const float &left, const float &right, const float &cooling)
Construct from components.
Log entry recording the build-time git state.
static const flatlogs::eventCodeT eventCode
The event code.
static bool verify(flatlogs::bufferPtrT &logBuff, flatlogs::msgLenT len)
static timespec lastRecord
The time of the last time this log was recorded. Used by the telemetry system.
static std::string msgString(void *msgBuffer, flatlogs::msgLenT len)
Get the message formatte for human consumption.
static const flatlogs::logPrioT defaultLevel
The default level.