Property | Type | Description | |
---|---|---|---|
log | System.Logger | ||
name | string |
Method | Description | |
---|---|---|
MotorWithFeedback ( string name ) : System | ||
SetDisabled ( bool disabled ) : |
||
SetInitialState ( ) : void | ||
SetVector ( double speed, int target, System.TimeSpan timeout ) : |
||
WaitForVectorReached ( ) : void | ||
WaitForVectorReached ( ISequenceInstance instance ) : void |
Method | Description | |
---|---|---|
RaiseVectorChanged ( ) : void |
Method | Description | |
---|---|---|
Trigger ( int newPos, bool failed ) : void |
public MotorWithFeedback ( string name ) : System | ||
name | string | |
return | System |
public SetDisabled ( bool disabled ) : |
||
disabled | bool | |
return |
public SetVector ( double speed, int target, System.TimeSpan timeout ) : |
||
speed | double | |
target | int | |
timeout | System.TimeSpan | |
return |
public WaitForVectorReached ( ISequenceInstance instance ) : void | ||
instance | ISequenceInstance | |
return | void |