#include <ParameterTypes.hpp>

Public Member Functions | |
| ParameterKey_t () | |
| Constructor without parameters. | |
| ParameterKey_t (ParameterId_t pid, uint16_t in_length) | |
| Constructor using a parameter PID and the parameter length. | |
| ParameterKey_t (ParameterId_t pid, uint16_t in_length, const fastdds::rtps::InstanceHandle_t &ke) | |
| Constructor using a parameter PID, parameter length and Instance Handle. | |
| Public Member Functions inherited from Parameter_t | |
| 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::InstanceHandle_t | key |
| Instance Handle. By default, c_InstanceHandle_Unknown. | |
| Public Attributes inherited from Parameter_t | |
| 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, parameter length and Instance Handle.
| pid | Pid of the parameter |
| in_length | Its associated length |
| ke | Instance Handle to be set |
Instance Handle.
By default, c_InstanceHandle_Unknown.