Method | Description | |
---|---|---|
Connect ( ) : void |
Method | Description | |
---|---|---|
ActuatorMonitor ( IComponentService componentService ) : System | ||
OnButtonPressed ( IButton button, ButtonPressedDuration duration ) : void | ||
OnComponentConnecting ( IComponent component ) : void | ||
OnMotionDetected ( IMotionDetector motionDetector ) : void | ||
OnSensorValueChanged ( INumericValueSensor sensor, float newValue ) : void | ||
OnStateMachineStateChanged ( IStateMachine stateMachine, ComponentState newState ) : void |
Method | Description | |
---|---|---|
HandleStateMachineOutputActuator ( IStateMachine stateMachine ) : void |
protected ActuatorMonitor ( IComponentService componentService ) : System | ||
componentService | IComponentService | |
return | System |
protected OnButtonPressed ( IButton button, ButtonPressedDuration duration ) : void | ||
button | IButton | |
duration | ButtonPressedDuration | |
return | void |
protected OnComponentConnecting ( IComponent component ) : void | ||
component | IComponent | |
return | void |
protected OnMotionDetected ( IMotionDetector motionDetector ) : void | ||
motionDetector | IMotionDetector | |
return | void |
protected OnSensorValueChanged ( INumericValueSensor sensor, float newValue ) : void | ||
sensor | INumericValueSensor | |
newValue | float | |
return | void |
protected OnStateMachineStateChanged ( IStateMachine stateMachine, ComponentState newState ) : void | ||
stateMachine | IStateMachine | |
newState | ComponentState | |
return | void |