Rerun C++ SDK
|
Component: A 16-bit unique identifier for a schema within the MCAP file. More...
#include <rerun/components/schema_id.hpp>
Public Member Functions | |
SchemaId (rerun::datatypes::UInt16 id_) | |
SchemaId & | operator= (rerun::datatypes::UInt16 id_) |
SchemaId (uint16_t value_) | |
SchemaId & | operator= (uint16_t value_) |
operator rerun::datatypes::UInt16 () const | |
Cast to the underlying UInt16 datatype. | |
Public Attributes | |
rerun::datatypes::UInt16 | id |
Component: A 16-bit unique identifier for a schema within the MCAP file.