DUDS
Distributed Update of Data from Something
Sensor.hpp File Reference
Include dependency graph for Sensor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  duds::hardware::devices::GenericDevice< SVT, SQT, TVT, TQT >
 Represents something with one or more sensors that are sampled through the same hardware. More...
 
class  duds::hardware::devices::GenericSensor< SVT, SQT, TVT, TQT >
 Represents a sensor on a specific Device; allows access to measurements without needing to use a Device object. More...
 
struct  duds::hardware::devices::GenericSensor< SVT, SQT, TVT, TQT >::Token
 

Namespaces

 duds
 
 duds::hardware
 
 duds::hardware::devices
 The root namespace for various device drivers to support specific hardware items.
 

Typedefs

typedef GenericSensor< duds::data::GenericValue, double, duds::time::interstellar::NanoTime, float > duds::hardware::devices::Sensor
 
typedef std::shared_ptr< Sensor > duds::hardware::devices::SensorSptr
 
typedef std::weak_ptr< Sensor > duds::hardware::devices::SensorWptr