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