Class ParameterBool_t

Inheritance Relationships

Base Type

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.