Skip to main content

Crate frequenz_microgrid

Crate frequenz_microgrid 

Source
Expand description

High-level interface for the Microgrid API.

Re-exports§

pub use client::MicrogridClientHandle;

Modules§

client
A clonable client for the microgrid API.
metric
Metrics supported by the logical meter.
quantity
This module defines various physical quantities and their operations.

Structs§

Bounds
A set of lower and upper bounds for any metric.
Error
An error that can occur during the creation or traversal of a [ComponentGraph][crate::ComponentGraph].
LogicalMeterConfig
LogicalMeterHandle
This provides an interface stream high-level metrics from a microgrid.
Sample
Represents a measurement of a microgrid metric, made at a specific time.

Enums§

ErrorKind
The kind of error that occurred.
Formula
A composable Formula.

Traits§

FormulaSubscriber