|
DUDS
|
Distributed Update of Data from Something
|
#include <duds/data/Sample.hpp>Go to the source code of this file.
Classes | |
| struct | duds::data::CompactMeasurement< VT, QT, TT > |
| struct | duds::data::GenericMeasurement< SVT, SQT, TVT, TQT > |
| Stores a sample of something along with a timestamp stored as a sample from a clock. More... | |
Namespaces | |
| duds | |
| duds::data | |
Typedefs | |
| typedef std::shared_ptr< const Measurement > | duds::data::ConstMeasurementSptr |
| A shared pointer to a const Measurement, a common GenericMeasurement type. More... | |
| typedef GenericMeasurement< GenericValue, double, duds::time::interstellar::NanoTime, float > | duds::data::Measurement |
| A measurement type capable of holding a wide range of types for the sample value. More... | |
| typedef std::shared_ptr< Measurement > | duds::data::MeasurementSptr |
| A shared pointer to a Measurement, a common GenericMeasurement type. More... | |