Fast DDS  Version 3.1.2
Fast DDS
Loading...
Searching...
No Matches
ParameterBool_t Class Reference

#include <ParameterTypes.hpp>

Inheritance diagram for ParameterBool_t:

Public Member Functions

 ParameterBool_t ()
 Constructor without parameter.
 
 ParameterBool_t (ParameterId_t pid, uint16_t in_length)
 Constructor using a parameter PID and the parameter length.
 
 ParameterBool_t (ParameterId_t pid, uint16_t in_length, bool inbool)
 Constructor using a parameter PID, the parameter length and a boolean.
 
- 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

bool value
 Boolean
By default, false.
 
- Public Attributes inherited from Parameter_t
ParameterId_t Pid
 Parameter ID.
By default, PID_PAD.
 
uint16_t length
 Parameter length.
By default, 0.
 

Constructor & Destructor Documentation

◆ ParameterBool_t() [1/3]

ParameterBool_t ( )
inline

Constructor without parameter.

◆ ParameterBool_t() [2/3]

ParameterBool_t ( ParameterId_t  pid,
uint16_t  in_length 
)
inline

Constructor using a parameter PID and the parameter length.

Parameters
pidPid of the parameter
in_lengthIts 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
pidPid of the parameter
in_lengthIts associated length
inboolBoolean to be set

Member Data Documentation

◆ value

bool value

Boolean
By default, false.


The documentation for this class was generated from the following file: