public class Fcs_StepperMotor_MotorSettingsAppliedEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
Fcs_StepperMotor_MotorSettingsAppliedEvent.Builder |
| Constructor and Description |
|---|
Fcs_StepperMotor_MotorSettingsAppliedEvent(int priority,
int version,
int accelRamp,
boolean backOff,
int brakeRamp,
int iPhase,
int iPhaseStill,
int maxJerkAccel,
int maxJerkBrake,
double maxRampTime,
int minStepFreq,
int quickRamp,
int rampType,
int reverseClearance,
int stepFreq,
int stepMode) |
| Modifier and Type | Method and Description |
|---|---|
static Fcs_StepperMotor_MotorSettingsAppliedEvent.Builder |
builder() |
int |
getAccelRamp() |
int |
getBrakeRamp() |
int |
getIPhase() |
int |
getIPhaseStill() |
int |
getMaxJerkAccel() |
int |
getMaxJerkBrake() |
double |
getMaxRampTime() |
int |
getMinStepFreq() |
int |
getQuickRamp() |
int |
getRampType() |
int |
getReverseClearance() |
int |
getStepFreq() |
int |
getStepMode() |
int |
getVersion() |
boolean |
isBackOff() |
String |
toString() |
public Fcs_StepperMotor_MotorSettingsAppliedEvent(int priority,
int version,
int accelRamp,
boolean backOff,
int brakeRamp,
int iPhase,
int iPhaseStill,
int maxJerkAccel,
int maxJerkBrake,
double maxRampTime,
int minStepFreq,
int quickRamp,
int rampType,
int reverseClearance,
int stepFreq,
int stepMode)
public int getVersion()
public int getAccelRamp()
public boolean isBackOff()
public int getBrakeRamp()
public int getIPhase()
public int getIPhaseStill()
public int getMaxJerkAccel()
public int getMaxJerkBrake()
public double getMaxRampTime()
public int getMinStepFreq()
public int getQuickRamp()
public int getRampType()
public int getReverseClearance()
public int getStepFreq()
public int getStepMode()
public static Fcs_StepperMotor_MotorSettingsAppliedEvent.Builder builder()
Copyright © 2021. All rights reserved.