Rerun C++ SDK
|
Component: A 16-bit ID representing an MCAP channel. More...
#include <rerun/components/channel_id.hpp>
Public Member Functions | |
ChannelId (rerun::datatypes::UInt16 id_) | |
ChannelId & | operator= (rerun::datatypes::UInt16 id_) |
ChannelId (uint16_t value_) | |
ChannelId & | 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 ID representing an MCAP channel.
Used to identify specific channels within an MCAP file.