10 #ifndef logger_types_flatbuffer_log_hpp 11 #define logger_types_flatbuffer_log_hpp 51 uint8_t * cbuff =
reinterpret_cast<uint8_t *
>(msgBuffer);
53 memcpy(cbuff, msg.
builder.GetBufferPointer(), msg.
builder.GetSize());
63 #endif //logger_types_flatbuffer_log_hpp static int format(void *msgBuffer, const fbMessage &msg)
Format the buffer given the input message.
Base class for logs consisting of a flatbuffer message.
static flatlogs::msgLenT length(const fbMessage &msg)
Get the length of the message.
flatbuffers::FlatBufferBuilder builder
msgLen2T msgLenT
The type used to refer to the message length, regardless of length.
Message type for resolving log messages with a f.b. builder.