public class RotatorState extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RotatorState.EnabledState |
static class |
RotatorState.OfflineState |
static class |
RotatorState.RotatorSummaryState |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMAND_REJECT_MASK |
static int |
DDS_COMMAND_SOURCE |
static int |
DRIVE_FAULT |
static int |
ENCODER_FAULT |
static int |
ETHERCAT_PROBLEM |
static int |
EXTEND_LIMIT_SWITCH |
static int |
HEX_FOLLOWING_ERROR_MASK |
static int |
HEX_MOVE_COMPLETE_MASK |
static int |
MOTION_TIMEOUT |
static int |
RETRACT_LIMIT_SWITCH |
static int |
SAFETY_INTERLOCK |
static int |
SIMULINK_FAULT |
| Modifier and Type | Method and Description |
|---|---|
int |
getApplicationStatus()
Application state.
|
RotatorState.EnabledState |
getEnabledState()
Substate in ENABLED mode.
|
RotatorState.OfflineState |
getOfflineState()
Substate in OFFLINE mode.
|
RotatorState.RotatorSummaryState |
getRotatorSummaryState()
Rotator summary state.
|
String |
toString() |
public static final int HEX_FOLLOWING_ERROR_MASK
public static final int HEX_MOVE_COMPLETE_MASK
public static final int COMMAND_REJECT_MASK
public static final int SAFETY_INTERLOCK
public static final int EXTEND_LIMIT_SWITCH
public static final int RETRACT_LIMIT_SWITCH
public static final int ETHERCAT_PROBLEM
public static final int DDS_COMMAND_SOURCE
public static final int MOTION_TIMEOUT
public static final int DRIVE_FAULT
public static final int SIMULINK_FAULT
public static final int ENCODER_FAULT
public RotatorState.RotatorSummaryState getRotatorSummaryState()
public RotatorState.OfflineState getOfflineState()
public RotatorState.EnabledState getEnabledState()
public int getApplicationStatus()
Copyright © 2022 LSST. All rights reserved.