Class ParameterLocator_t

Inheritance Relationships

Base Type

Class Documentation

class ParameterLocator_t : public eprosima::fastdds::dds::Parameter_t

Public Functions

inline ParameterLocator_t()

Constructor without parameters.

inline ParameterLocator_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 ParameterLocator_t(ParameterId_t pid, uint16_t in_length, const rtps::Locator &loc)

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

Parameters:
  • pid – Pid of the parameter

  • in_length – Its associated length

  • loc – Locator to be set

Public Members

rtps::Locator locator

Locator.