DUDS
Distributed Update of Data from Something
CppClock.hpp File Reference
Include dependency graph for CppClock.hpp:

Go to the source code of this file.

Classes

class  duds::hardware::devices::clocks::GenericCppClock< CLK, SVT, SQT, TVT, TQT >
 The clock driver for C++ clocks that meet the requirements of the TrivialClock concept. More...
 
struct  duds::hardware::devices::clocks::GenericCppClock< CLK, SVT, SQT, TVT, TQT >::Token
 

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 GenericCppClock< duds::time::interstellar::NanoClock, duds::data::GenericValue, double, duds::time::interstellar::NanoTime, float > duds::hardware::devices::clocks::CppClock
 General use C++ clock driver type. More...
 
typedef std::shared_ptr< CppClock > duds::hardware::devices::clocks::CppClockSptr
 

Variables

constexpr boost::uuids::uuid duds::hardware::devices::clocks::CppClockDeviceId
 The UUID for the C++ clock device. More...