#include <sensor_logic.hpp>
Public Member Functions | |
Not (const Sensor< bool > *input, bool owns=false) | |
~Not () | |
virtual bool | value () const |
const Sensor< bool > * | input () const |
bool | owns () const |
![]() | |
virtual | ~Sensor () |
SensorLogic::Not::Not | ( | const Sensor< bool > * | input, |
bool | owns = false |
||
) |
SensorLogic::Not::~Not | ( | ) |
const Sensor<bool>* SensorLogic::Not::input | ( | ) | const |
bool SensorLogic::Not::owns | ( | ) | const |
|
virtual |
Implements Sensor< bool >.