Class EmptyMeta¶
Defined in File empty_metadata.h
Inheritance Relationships¶
Base Type¶
public ouster::sdk::osf::MetadataEntryHelper< EmptyMeta >Template Class MetadataEntryHelper
Class Documentation¶
-
class EmptyMeta : public ouster::sdk::osf::MetadataEntryHelper<EmptyMeta>¶
Represents the metadata entry associated with a SensorInfoStream.
Public Functions
-
virtual std::vector<uint8_t> buffer() const final¶
Byte represantation of the internal derived metadata type, used as serialization function when saving to OSF file.
- Returns:
The byte vector representation of the metadata.
-
static std::unique_ptr<MetadataEntry> from_buffer(const ouster::sdk::osf::OsfBuffer &buf)¶
Create a EmptyMeta object from a byte array.
- Parameters:
buf[in] The raw flatbuffer byte vector to initialize from.
- Returns:
The new EmptyMeta cast as a MetadataEntry
-
virtual std::vector<uint8_t> buffer() const final¶