Class ParameterBool_t
Defined in File ParameterTypes.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::Parameter_t
(Class Parameter_t)
Class Documentation
-
class ParameterBool_t : public eprosima::fastdds::dds::Parameter_t
Public Functions
-
inline ParameterBool_t()
Constructor without parameter.
-
inline ParameterBool_t(ParameterId_t pid, uint16_t in_length)
Constructor using a parameter PID and the parameter length
- Parameters
pid – Pid of the parameter
in_length – Its associated length
-
inline ParameterBool_t(ParameterId_t pid, uint16_t in_length, bool inbool)
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
Public Members
-
bool value
Boolean
By default, false.
-
inline ParameterBool_t()