Skip to main content

Module module_def

Module module_def 

Source
Expand description

Rack module type definitions (always compiled) Rack module type definitions.

Always compiled. Serialisation derives are conditional on the serde feature.

Structs§

MappingDef
Describes a mapping from an external event to a node parameter.
ServoDef
Describes a servo: which automaton drives which node parameter.
StepDef
Serializable step for AutomatonDef::Sequencer.

Enums§

AutomatonDef
Serializable description of a control automaton.
MappingType
Type of value mapping for a servo.
ModuleDef
A rack module — either a Servo (automaton → parameter), a Sensor (external input), or a Custom module dispatched through ModuleFactory.
SensorDef
Serializable external input sensor.
TransformDef
Serializable transform — Linear, Exponential, Logarithmic, or Inverted.