1 #ifndef _SENSOR_LOGIC_HPP_
2 #define _SENSOR_LOGIC_HPP_
Definition: sensor.hpp:23
And(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)
const Sensor< bool > * a() const
const Sensor< bool > * b() const
virtual bool value() const
Not(const Sensor< bool > *input, bool owns=false)
const Sensor< bool > * input() const
virtual bool value() const
Or(const Sensor< bool > *a, const Sensor< bool > *b, bool owns=false)
virtual bool value() const
Xor(const Sensor< bool > *a, const Sensor< bool > *b, bool owns=false)
#define EXPORT_SYM
Definition: export.h:7