Class ParameterLocator_t
Defined in File ParameterTypes.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::Parameter_t
(Class Parameter_t)
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
-
inline ParameterLocator_t()