Module brewdrivers::state

source ·
Expand description

Generalize states for controllers

Structs

  • A generalized state that is attached to all Devices

Enums

  • A binary state, as used in a relay or similar. This can be ‘On’ or ‘Off’.
  • A general state error. This is mostly used when a bad state value is passed, or the wrong type of state is given to a device.

Type Aliases

  • A process value, alias to f64
  • A setpoint value, alias to f64