#include <ParameterTypes.hpp>
Public Member Functions | |
ParameterIP4Address_t () | |
Constructor without parameters. | |
ParameterIP4Address_t (ParameterId_t pid, uint16_t in_length) | |
Constructor using a parameter PID and the parameter length. | |
void | setIP4Address (fastdds::rtps::octet o1, fastdds::rtps::octet o2, fastdds::rtps::octet o3, fastdds::rtps::octet o4) |
Setter for the address. | |
![]() | |
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::octet | address [4] |
Address By default [0,0,0,0]. | |
![]() | |
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 |
Setter for the address.
o1 | First octet |
o2 | Second octet |
o3 | Third octet |
o4 | Fourth octet |
fastdds::rtps::octet address[4] |
Address
By default [0,0,0,0].