Crate tudelft_dsmr_output_generator

Source

Modules§

current_over_time
simple line graph of current over time (using a builder)
energy_over_time
energy production and consumption (up to the last 12 data points)
gas_over_time
simple line graph of gas usage over time (using a builder)
voltage_over_time
simple line graph of voltage over time
water_over_time
line graph of water usage over time

Structs§

Graphs
Graphs manager.

Enums§

PlotError

Traits§

AsPlot
Trait that specifies the internal interface of types that can be turned into plots
GraphBuilder
Trait that specifies the builder interface of types that can be turned into plots

Functions§

date_to_timestamp
Returns a number of seconds after January 1st 2000 (as per the assignment) from a date and time

Type Aliases§

PlotResult
UnixTimeStamp
Return type of date_to_timestamp. Alias of i64.