Méthode | Description | |
---|---|---|
Activate ( ) : void | ||
Deactivate ( ) : void | ||
StateMachineState ( ComponentState id ) : System | ||
WithAction ( Action |
||
WithActuator ( IActuator actuator, ComponentState state ) : |
||
WithHighOutput ( IBinaryOutput output ) : |
||
WithLowOutput ( IBinaryOutput output ) : |
||
WithOutput ( IBinaryOutput output, BinaryState state ) : |
public StateMachineState ( ComponentState id ) : System | ||
id | ComponentState | |
Résultat | System |
public WithAction ( Action |
||
action | Action |
|
Résultat |
public WithActuator ( IActuator actuator, ComponentState state ) : |
||
actuator | IActuator | |
state | ComponentState | |
Résultat |
public WithHighOutput ( IBinaryOutput output ) : |
||
output | IBinaryOutput | |
Résultat |
public WithLowOutput ( IBinaryOutput output ) : |
||
output | IBinaryOutput | |
Résultat |
public WithOutput ( IBinaryOutput output, BinaryState state ) : |
||
output | IBinaryOutput | |
state | BinaryState | |
Résultat |