Class BooleanParameter

Inheritance Relationships

Base Type

Class Documentation

class BooleanParameter : public libcaer_driver::Parameter

Public Functions

inline explicit BooleanParameter(const std::string &name, int8_t ma, uint8_t pa, bool v, bool rb = false)
inline virtual std::vector<std::shared_ptr<RosParameter>> makeRosParameters(const std::shared_ptr<Parameter> &pa) const override
inline virtual int32_t getValue(Field) const override
inline virtual void setValue(Field, int32_t v) override
inline bool getValue()
inline void setValue(bool b)