Goby3  3.1.4
2024.02.22
goby::middleware::hdf5::Channel Struct Reference

#include <goby/middleware/log/hdf5/hdf5.h>

Public Member Functions

 Channel (std::string n)
 
size_t add_message (const goby::middleware::HDF5ProtobufEntry &entry)
 

Public Attributes

std::string name
 
std::string group
 
std::map< std::string, MessageCollectionentries
 

Detailed Description

Definition at line 64 of file hdf5.h.

Constructor & Destructor Documentation

◆ Channel()

goby::middleware::hdf5::Channel::Channel ( std::string  n)
inline

Definition at line 66 of file hdf5.h.

Member Function Documentation

◆ add_message()

size_t goby::middleware::hdf5::Channel::add_message ( const goby::middleware::HDF5ProtobufEntry entry)

Member Data Documentation

◆ entries

std::map<std::string, MessageCollection> goby::middleware::hdf5::Channel::entries

Definition at line 74 of file hdf5.h.

◆ group

std::string goby::middleware::hdf5::Channel::group

Definition at line 68 of file hdf5.h.

◆ name

std::string goby::middleware::hdf5::Channel::name

Definition at line 67 of file hdf5.h.


The documentation for this struct was generated from the following file: