#include <ParameterTypes.hpp>
Public Member Functions | |
| ParameterBool_t () | |
| Constructor without parameter. More... | |
| ParameterBool_t (ParameterId_t pid, uint16_t in_length) | |
| Constructor using a parameter PID and the parameter length. More... | |
| ParameterBool_t (ParameterId_t pid, uint16_t in_length, bool inbool) | |
| Constructor using a parameter PID, the parameter length and a boolean. More... | |
Public Member Functions inherited from Parameter_t | |
| FASTDDS_EXPORTED_API | Parameter_t () |
| Constructor without parameters. More... | |
| FASTDDS_EXPORTED_API | Parameter_t (ParameterId_t pid, uint16_t length) |
| Constructor using a parameter PID and the parameter length. More... | |
| virtual FASTDDS_EXPORTED_API | ~Parameter_t () |
| Destructor. More... | |
| bool | operator== (const Parameter_t &b) const |
Public Attributes | |
| bool | value |
| Boolean By default, false. More... | |
Public Attributes inherited from Parameter_t | |
| ParameterId_t | Pid |
| Parameter ID. By default, PID_PAD. More... | |
| uint16_t | length |
| Parameter length. By default, 0. More... | |
|
inline |
Constructor without parameter.
|
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 boolean.
| pid | Pid of the parameter |
| in_length | Its associated length |
| inbool | Boolean to be set |
| bool value |
Boolean
By default, false.