15.2.2.4.3. EntityId_t

struct eprosima::fastrtps::rtps::EntityId_t

Structure EntityId_t, entity id part of GUID_t.

Public Functions

EntityId_t()

Default constructor. Uknown entity.

EntityId_t(uint32_t id)

Main constructor.

Parameters
  • id: Entity id

EntityId_t(const EntityId_t &id)

Copy constructor.

EntityId_t(EntityId_t &&id)

Move constructor.

EntityId_t &operator=(uint32_t id)

Assignment operator.

Parameters
  • id: Entity id to copy