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)
DataPoint(uint32_t timestamp_ms_in, float data_in)
Construct a populated data point.
friend bool operator<=(const DataPoint &lhs, const DataPoint &rhs)
friend bool operator<(const DataPoint &lhs, const DataPoint &rhs)