ReplyCode¶
-
class
lsst.ts.MTMount.
ReplyCode
¶ Bases:
enum.IntEnum
Reply codes for messages read from the Operation Manager.
The values and names are from LL_MESSAGE in ll_commands.h. except that ON_STATE_INFO is hard-coded in
eui_communication.cpp
inEUICommunication::onStateInfo
and replaces the obsolete SETTINGS from ll_commands.h.Attributes Summary
ACK
DONE
ERROR
IN_POSITION
NOACK
ON_STATE_INFO
WARNING
Attributes Documentation
-
ACK
= 0¶
-
DONE
= 2¶
-
ERROR
= 3¶
-
IN_POSITION
= 6¶
-
NOACK
= 1¶
-
ON_STATE_INFO
= 5¶
-
WARNING
= 4¶
-