DUDS
Distributed Update of Data from Something
Device.hpp File Reference
#include <duds/hardware/devices/Sensor.hpp>
#include <atomic>
#include <thread>
Include dependency graph for Device.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 >::DestructCounter
 Used to assure the destructor function does not return before Sensor objects quit using member functions on this object on other threads. More...
 
class  duds::hardware::devices::clocks::GenericClock< SVT, SQT, TVT, TQT >
 The foundation to a clock driver. More...
 
class  duds::hardware::devices::GenericDevice< SVT, SQT, TVT, TQT >
 Represents something with one or more sensors that are sampled through the same hardware. More...
 

Namespaces

 duds
 
 duds::hardware
 
 duds::hardware::devices
 The root namespace for various device drivers to support specific hardware items.
 
 duds::hardware::devices::clocks
 The place for clock drivers; a way to use time keeping devices.
 

Typedefs

typedef GenericDevice< duds::data::GenericValue, double, duds::time::interstellar::NanoTime, float > duds::hardware::devices::Device
 
typedef std::shared_ptr< Device > duds::hardware::devices::DeviceSptr
 
typedef std::weak_ptr< Device > duds::hardware::devices::DeviceWptr