Expand description
Rack module type definitions (always compiled) Rack module type definitions.
Always compiled. Serialisation derives are conditional on the
serde feature.
Structs§
- Mapping
Def - Describes a mapping from an external event to a node parameter.
- Servo
Def - Describes a servo: which automaton drives which node parameter.
- StepDef
- Serializable step for
AutomatonDef::Sequencer.
Enums§
- Automaton
Def - Serializable description of a control automaton.
- Mapping
Type - Type of value mapping for a servo.
- Module
Def - A rack module — either a Servo (automaton → parameter), a Sensor (external input),
or a Custom module dispatched through
ModuleFactory. - Sensor
Def - Serializable external input sensor.
- Transform
Def - Serializable transform — Linear, Exponential, Logarithmic, or Inverted.