|
Disaggregate
Disaggregate Smart Meter data
|
A simple struct for pairing timestamp and meanPower. Used in Fingerprint struct.
More...
Collaboration diagram for PowerStateGraph::TimeAndPower:Public Member Functions | |
| TimeAndPower (const size_t _timestamp, const double _meanPower) | |
Public Attributes | |
| size_t | timestamp |
| double | meanPower |
A simple struct for pairing timestamp and meanPower. Used in Fingerprint struct.
Definition at line 32 of file PowerStateGraph.h.
| PowerStateGraph::TimeAndPower::TimeAndPower | ( | const size_t | _timestamp, |
| const double | _meanPower | ||
| ) | [inline] |
Definition at line 35 of file PowerStateGraph.h.
Definition at line 34 of file PowerStateGraph.h.
Definition at line 33 of file PowerStateGraph.h.