Disaggregate
Disaggregate Smart Meter data

PowerStateGraph::TimeAndPower Struct Reference

A simple struct for pairing timestamp and meanPower. Used in Fingerprint struct. More...

Collaboration diagram for PowerStateGraph::TimeAndPower:

List of all members.

Public Member Functions

 TimeAndPower (const size_t _timestamp, const double _meanPower)

Public Attributes

size_t timestamp
double meanPower

Detailed Description

A simple struct for pairing timestamp and meanPower. Used in Fingerprint struct.

Definition at line 32 of file PowerStateGraph.h.


Constructor & Destructor Documentation

PowerStateGraph::TimeAndPower::TimeAndPower ( const size_t  _timestamp,
const double  _meanPower 
) [inline]

Definition at line 35 of file PowerStateGraph.h.


Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends