![]() |
OGS
|
Definition of the SensorData class.
Definition in file SensorData.h.
#include <cstddef>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | SensorData |
| A container for sensor data at an observation site. The class stores a number of time series and has been created for use in Station-objects. More... | |
Enumerations | |
| enum class | SensorDataType { OTHER = 0 , PRECIPITATION , EVAPORATION , TEMPERATURE } |
| enum class | TimeStepType { NONE = 0 , SECONDS , MINUTES , DAYS , WEEKS , MONTHS , YEARS , DATE , DATETIME } |
|
strong |
Possible types of input data for time series sensor data. Implementation as Enum for specific implementations later on.
| Enumerator | |
|---|---|
| OTHER | |
| PRECIPITATION | |
| EVAPORATION | |
| TEMPERATURE | |
Definition at line 27 of file SensorData.h.
|
strong |
Possible types of time specification. In addition to the usual units we added 'DATE' for specification of dates in the format 'dd.mm.yyyy' as well as 'DATETIME' in the format 'dd.mm.yyyy.hh.mm.ss'.
| Enumerator | |
|---|---|
| NONE | |
| SECONDS | |
| MINUTES | |
| DAYS | |
| WEEKS | |
| MONTHS | |
| YEARS | |
| DATE | |
| DATETIME | |
Definition at line 42 of file SensorData.h.