Skip to content

Commit

Permalink
fixup! fixup! Add ErrorCode enum to LinearStage
Browse files Browse the repository at this point in the history
  • Loading branch information
couger01 committed Jul 10, 2024
1 parent 033c6ca commit a370dbd
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<SALEventSet xmlns:xsi="http://lsst-sal.tuc.noao.edu/schema/SALEventSet.xsd">
<Enumeration>DetailedState_NotMovingState, DetailedState_MovingState</Enumeration>
<Enumeration>
ErrorCode_ConnectionFailed,
ErrorCode_DisableMotor,
ErrorCode_EnableMotor,
ErrorCode_Home,
ErrorCode_MoveAbsolute,
ErrorCode_MoveRelative,
ErrorCode_Position,
ErrorCode_Telemetry,
ErrorCode_Stop
ErrorCode_ConnectionFailed=1,
ErrorCode_DisableMotor=2,
ErrorCode_EnableMotor=3,
ErrorCode_Home=4,
ErrorCode_MoveAbsolute=5,
ErrorCode_MoveRelative=6,
ErrorCode_Position=7,
ErrorCode_Telemetry=8,
ErrorCode_Stop=9
</Enumeration>
<SALEvent>
<Subsystem>LinearStage</Subsystem>
Expand Down

0 comments on commit a370dbd

Please sign in to comment.