Class EmptyMeta

Inheritance Relationships

Base Type

Class Documentation

class EmptyMeta : public ouster::sdk::osf::MetadataEntryHelper<EmptyMeta>

Represents the metadata entry associated with a SensorInfoStream.

Public Functions

EmptyMeta()

Create a EmptyMeta.

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::string repr() const override

Get the string representation for the EmptyMeta object.

Returns:

The string representation for the EmptyMeta object.