Disaggregate
Disaggregate Smart Meter data

PowerStateGraph::Fingerprint Struct Reference

#include <PowerStateGraph.h>

Collaboration diagram for PowerStateGraph::Fingerprint:

List of all members.

Public Attributes

size_t timestamp
 UNIX timestamp for start time.
size_t duration
 Duration (in seconds)
double energy
 energy consumed (Joules)
double avLikelihood
 Average likelihood.
std::list< TimeAndPowertimeAndPower

Friends

std::ostream & operator<< (std::ostream &o, const Fingerprint &ddi)

Detailed Description

Definition at line 52 of file PowerStateGraph.h.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const Fingerprint ddi 
) [friend]

Definition at line 59 of file PowerStateGraph.h.


Member Data Documentation

Duration (in seconds)

Definition at line 54 of file PowerStateGraph.h.

Referenced by PowerStateGraph::findBestPath().

energy consumed (Joules)

Definition at line 55 of file PowerStateGraph.h.

Referenced by PowerStateGraph::findBestPath().

UNIX timestamp for start time.

Definition at line 53 of file PowerStateGraph.h.

Referenced by PowerStateGraph::findBestPath().


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