#include <sensor_logic.hpp>
Public Member Functions | |
| And (const Sensor< bool > *a, const Sensor< bool > *b, bool owns=false) | |
| virtual bool | value () const |
Public Member Functions inherited from SensorLogic::Base | |
| 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 |
Implements Sensor< bool >.