Synopsis
typedef struct {
  CTL_XIVELY_VALUE_TYPE_t type;
  CTL_XIVELY_DATAPOINT_VALUE_t value;
  CTL_XIVELY_TIMESTAMP_t stamp;
} CTL_XIVELY_DATAPOINT_t;
Description

CTL_XIVELY_DATAPOINT_t defines a single datapoint that has data in a specified format and an optional timestamp.

Structure
type
The type of data held in the value member.
value
The value of the datapoint, discriminated by the type member.
stamp
The timestamp of the datapoint. An unstamped datapoint has a null stamp (indicated by a zero tv_sec member).