#include <sensor_logic.hpp>
Public Member Functions | |
| Base (const Sensor< bool > *a, const Sensor< bool > *b, bool owns=false) | |
| ~Base () | |
| const Sensor< bool > * | a () const |
| const Sensor< bool > * | b () const |
| bool | owns () const |
Public Member Functions inherited from Sensor< bool > | |
| virtual | ~Sensor () |
| virtual bool | value () const =0 |
| SensorLogic::Base::~Base | ( | ) |
| const Sensor<bool>* SensorLogic::Base::a | ( | ) | const |
| const Sensor<bool>* SensorLogic::Base::b | ( | ) | const |
| bool SensorLogic::Base::owns | ( | ) | const |