|
DUDS
|
Distributed Update of Data from Something
|
Stores a sample of something along with a timestamp stored as a sample from a clock. More...
#include <Measurement.hpp>
Public Types | |
| typedef GenericSample< SVT, SQT > | Sample |
| The type used to store a sample from some instrument. More... | |
| typedef GenericSample< TVT, TQT > | TimeSample |
| The type used to store the timestamp. More... | |
Public Member Functions | |
| GenericMeasurement ()=default | |
| GenericMeasurement (const GenericMeasurement &)=default | |
| GenericMeasurement (GenericMeasurement &&)=default | |
| GenericMeasurement (const TimeSample &t, const Sample &s) | |
| GenericMeasurement (TimeSample &&t, Sample &&s) | |
Public Attributes | |
| Sample | measured |
| A sample from an instrument. More... | |
| TimeSample | timestamp |
| The time when measured was recorded. More... | |
Stores a sample of something along with a timestamp stored as a sample from a clock.
| SVT | The sample value type. Used for VT in a GenericSample. |
| SQT | The sample quality type. Used for QT in a GenericSample. |
| TVT | The time value type. Used for VT in a GenericSample. |
| TQT | The time quality type. Used for QT in a GenericSample. |
Definition at line 24 of file Measurement.hpp.
| typedef GenericSample<SVT, SQT> duds::data::GenericMeasurement< SVT, SQT, TVT, TQT >::Sample |
The type used to store a sample from some instrument.
Definition at line 28 of file Measurement.hpp.
| typedef GenericSample<TVT, TQT> duds::data::GenericMeasurement< SVT, SQT, TVT, TQT >::TimeSample |
The type used to store the timestamp.
Definition at line 32 of file Measurement.hpp.
|
default |
|
default |
|
default |
|
inline |
Definition at line 44 of file Measurement.hpp.
|
inline |
Definition at line 46 of file Measurement.hpp.
| Sample duds::data::GenericMeasurement< SVT, SQT, TVT, TQT >::measured |
A sample from an instrument.
Definition at line 40 of file Measurement.hpp.
| TimeSample duds::data::GenericMeasurement< SVT, SQT, TVT, TQT >::timestamp |
The time when measured was recorded.
Definition at line 36 of file Measurement.hpp.