ReplyCode¶
-
class
lsst.ts.MTMount.ReplyCode¶ Bases:
enum.IntEnumReply 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.cppinEUICommunication::onStateInfoand replaces the obsolete SETTINGS from ll_commands.h.Attributes Summary
ACKDONEERRORIN_POSITIONNOACKON_STATE_INFOWARNINGAttributes Documentation
-
ACK= 0¶
-
DONE= 2¶
-
ERROR= 3¶
-
IN_POSITION= 6¶
-
NOACK= 1¶
-
ON_STATE_INFO= 5¶
-
WARNING= 4¶
-