#include <ParameterTypes.hpp>
|
| bool | value |
| | Boolean
By default, false.
|
| ParameterId_t | Pid |
| | Parameter ID.
By default, PID_PAD.
|
| uint16_t | length |
| | Parameter length.
By default, 0.
|
◆ ParameterBool_t() [1/3]
Constructor without parameter.
◆ ParameterBool_t() [2/3]
Constructor using a parameter PID and the parameter length.
- Parameters
-
| pid | Pid of the parameter |
| in_length | Its associated length |
◆ ParameterBool_t() [3/3]
| ParameterBool_t |
( |
ParameterId_t | pid, |
|
|
uint16_t | in_length, |
|
|
bool | inbool ) |
|
inline |
Constructor using a parameter PID, the parameter length and a boolean.
- Parameters
-
| pid | Pid of the parameter |
| in_length | Its associated length |
| inbool | Boolean to be set |
◆ value
Boolean
By default, false.
The documentation for this class was generated from the following file: