DataPoint()
Default construct an empty data point.
friend bool operator>(const DataPoint &lhs, const DataPoint &rhs)
friend bool operator>=(const DataPoint &lhs, const DataPoint &rhs)
friend bool operator<=(const DataPoint &lhs, const DataPoint &rhs)
DataPoint(uint32_t timestamp_ms, float data)
Construct a populated data point.
friend bool operator<(const DataPoint &lhs, const DataPoint &rhs)