#include <ParameterTypes.hpp>
Public Member Functions | |
ParameterGuid_t () | |
Constructor without parameters. | |
ParameterGuid_t (ParameterId_t pid, uint16_t in_length) | |
Constructor using a parameter PID and the parameter length. | |
ParameterGuid_t (ParameterId_t pid, uint16_t in_length, const fastdds::rtps::GUID_t &guidin) | |
Constructor using a parameter PID, the parameter length and a GUID. | |
ParameterGuid_t (ParameterId_t pid, uint16_t in_length, const fastdds::rtps::InstanceHandle_t &iH) | |
Constructor using a parameter PID, the parameter length and a Instance Handle. | |
![]() | |
FASTDDS_EXPORTED_API | Parameter_t () |
Constructor without parameters. | |
FASTDDS_EXPORTED_API | Parameter_t (ParameterId_t pid, uint16_t length) |
Constructor using a parameter PID and the parameter length. | |
virtual FASTDDS_EXPORTED_API | ~Parameter_t () |
Destructor. | |
bool | operator== (const Parameter_t &b) const |
Public Attributes | |
fastdds::rtps::GUID_t | guid |
GUID By default, unknown GUID. | |
![]() | |
ParameterId_t | Pid |
Parameter ID. By default, PID_PAD. | |
uint16_t | length |
Parameter length. By default, 0. | |
|
inline |
Constructor without parameters.
|
inline |
Constructor using a parameter PID and the parameter length.
pid | Pid of the parameter |
in_length | Its associated length |
|
inline |
Constructor using a parameter PID, the parameter length and a GUID.
pid | Pid of the parameter |
in_length | Its associated length |
guidin | GUID to be set |
|
inline |
Constructor using a parameter PID, the parameter length and a Instance Handle.
pid | Pid of the parameter |
in_length | Its associated length |
iH | Instance Handle to be set as GUID |
GUID
By default, unknown GUID.