#include <sensor_logic.hpp>
Public Member Functions | |
Xor (const Sensor< bool > *a, const Sensor< bool > *b, bool owns=false) | |
virtual bool | value () const |
![]() | |
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 |
![]() | |
virtual | ~Sensor () |
|
virtual |
Implements Sensor< bool >.