Base Parameter class with parameter PID and parameter length in bytes.
More...
#include <ParameterTypes.hpp>
Base Parameter class with parameter PID and parameter length in bytes.
◆ Parameter_t() [1/2]
| FASTDDS_EXPORTED_API Parameter_t |
( |
| ) |
|
|
inline |
Constructor without parameters.
◆ Parameter_t() [2/2]
| FASTDDS_EXPORTED_API Parameter_t |
( |
ParameterId_t | pid, |
|
|
uint16_t | length ) |
|
inline |
Constructor using a parameter PID and the parameter length.
- Parameters
-
| pid | Pid of the parameter |
| length | Its associated length |
◆ ~Parameter_t()
◆ operator==()
◆ length
Parameter length.
By default, 0.
◆ Pid
Parameter ID.
By default, PID_PAD.
The documentation for this class was generated from the following file: