Class ParserInterface

Inheritance Relationships

Derived Type

Class Documentation

class ParserInterface

Subclassed by trmb::gsof::detail::PacketParserBase

Public Functions

virtual void setData(const std::byte *data, std::size_t length) = 0
virtual bool isValid() const = 0
virtual bool isSupported() const = 0

Protected Attributes

const std::byte *data_
std::size_t length_