Goby3
3.1.5a
2024.05.23
|
Represents an entry in a HDF5 scientific data file converted from a Google Protocol Buffers message. More...
#include <goby/middleware/log/hdf5/hdf5_plugin.h>
Public Member Functions | |
HDF5ProtobufEntry ()=default | |
void | clear () |
Clear the values. More... | |
Public Attributes | |
std::string | channel |
Channel (or Group) name. More... | |
time::MicroTime | time {0 * boost::units::si::seconds} |
Time of the message. More... | |
std::shared_ptr< google::protobuf::Message > | msg |
Actual message contents. More... | |
int | scheme {-1} |
Scheme. More... | |
Represents an entry in a HDF5 scientific data file converted from a Google Protocol Buffers message.
Definition at line 41 of file hdf5_plugin.h.
|
default |
|
inline |
Clear the values.
Definition at line 56 of file hdf5_plugin.h.
std::string goby::middleware::HDF5ProtobufEntry::channel |
Channel (or Group) name.
Definition at line 44 of file hdf5_plugin.h.
std::shared_ptr<google::protobuf::Message> goby::middleware::HDF5ProtobufEntry::msg |
Actual message contents.
Definition at line 48 of file hdf5_plugin.h.
int goby::middleware::HDF5ProtobufEntry::scheme {-1} |
Scheme.
Definition at line 51 of file hdf5_plugin.h.
time::MicroTime goby::middleware::HDF5ProtobufEntry::time {0 * boost::units::si::seconds} |
Time of the message.
Definition at line 46 of file hdf5_plugin.h.