Type Alias GuidPrefix

Source
pub type GuidPrefix = [u8; 12];
Expand description

GuidPrefix_t Type used to hold the prefix of the globally-unique RTPS-entity identifiers. The GUIDs of entities belonging to the same participant all have the same prefix (see 8.2.4.3). Must be possible to represent using 12 octets. The following values are reserved by the protocol: GUIDPREFIX_UNKNOWN

Trait Implementations§