Свойство | Тип | Описание | |
---|---|---|---|
log | System.Logger | ||
name | string |
Метод | Описание | |
---|---|---|
MotorWithFeedback ( string name ) : System | ||
SetDisabled ( bool disabled ) : |
||
SetInitialState ( ) : void | ||
SetVector ( double speed, int target, System.TimeSpan timeout ) : |
||
WaitForVectorReached ( ) : void | ||
WaitForVectorReached ( ISequenceInstance instance ) : void |
Метод | Описание | |
---|---|---|
RaiseVectorChanged ( ) : void |
Метод | Описание | |
---|---|---|
Trigger ( int newPos, bool failed ) : void |
public MotorWithFeedback ( string name ) : System | ||
name | string | |
Результат | System |
public SetDisabled ( bool disabled ) : |
||
disabled | bool | |
Результат |
public SetVector ( double speed, int target, System.TimeSpan timeout ) : |
||
speed | double | |
target | int | |
timeout | System.TimeSpan | |
Результат |
public WaitForVectorReached ( ISequenceInstance instance ) : void | ||
instance | ISequenceInstance | |
Результат | void |