Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/log/protobuf_log_plugin.h>
Public Member Functions | |
ProtobufPlugin (bool user_pool_first=false) | |
Public Member Functions inherited from goby::middleware::log::ProtobufPluginBase< goby::middleware::MarshallingScheme::PROTOBUF > | |
ProtobufPluginBase (bool user_pool_first) | |
std::string | debug_text_message (LogEntry &log_entry) override |
std::vector< goby::middleware::HDF5ProtobufEntry > | hdf5_entry (LogEntry &log_entry) override |
std::shared_ptr< nlohmann::json > | json_message (LogEntry &log_entry) override |
void | register_read_hooks (const std::ifstream &in_log_file) override |
void | register_write_hooks (std::ofstream &out_log_file) override |
std::vector< std::shared_ptr< google::protobuf::Message > > | parse_message (LogEntry &log_entry) |
Public Member Functions inherited from goby::middleware::log::LogPlugin | |
LogPlugin () | |
virtual | ~LogPlugin () |
Definition at line 318 of file protobuf_log_plugin.h.
|
inline |
Definition at line 321 of file protobuf_log_plugin.h.