Class ParameterGuid_t

Inheritance Relationships

Base Type

Class Documentation

class ParameterGuid_t : public eprosima::fastdds::dds::Parameter_t

Public Functions

inline ParameterGuid_t()

Constructor without parameters.

inline ParameterGuid_t(ParameterId_t pid, uint16_t in_length)

Constructor using a parameter PID and the parameter length

Parameters:
  • pid – Pid of the parameter

  • in_length – Its associated length

inline ParameterGuid_t(ParameterId_t pid, uint16_t in_length, const fastrtps::rtps::GUID_t &guidin)

Constructor using a parameter PID, the parameter length and a GUID.

Parameters:
  • pid – Pid of the parameter

  • in_length – Its associated length

  • guidin – GUID to be set

inline ParameterGuid_t(ParameterId_t pid, uint16_t in_length, const fastrtps::rtps::InstanceHandle_t &iH)

Constructor using a parameter PID, the parameter length and a Instance Handle.

Parameters:
  • pid – Pid of the parameter

  • in_length – Its associated length

  • iH – Instance Handle to be set as GUID

Public Members

fastrtps::rtps::GUID_t guid

GUID

By default, unknown GUID.