carp_data/carp_core_data library

Contains the core data classes like Data, DataPoint, DataFormat, and DataType.

The the carp.data sub-system is not yet defined in the Kotlin implementation of carp_core.

Classes

Data
A base class for a single unit of sensed information of a certain format.
DataFormat
Specifies the format of the data in a DataPoint.
DataPoint
A data point storing meta-information and the data.
DataPointHeader
The header (meta-data) attached to all DataPoints.
DataType
Specifies the type of a Measure.
NameSpace
Enumeration of data type namespaces.