...
This commit is contained in:
@@ -49,6 +49,10 @@ static constexpr std::string_view CONTROL_PROTO_STR_TRACK_XVEL = "trackXVEL";
|
||||
static constexpr std::string_view CONTROL_PROTO_STR_TRACK_YVEL = "trackYVEL";
|
||||
static constexpr std::string_view CONTROL_PROTO_STR_STOP = "stop";
|
||||
|
||||
// site coordinates
|
||||
static constexpr std::string_view CONTROL_PROTO_STR_SITE_LON = "siteLON";
|
||||
static constexpr std::string_view CONTROL_PROTO_STR_SITE_LAT = "siteLAT";
|
||||
|
||||
static constexpr std::array CONTROL_PROTO_VALID_COMMAND = {CONTROL_PROTO_STR_SLEW_AZALT, CONTROL_PROTO_STR_SLEW_RADEC};
|
||||
|
||||
class ControlProtoParser
|
||||
|
||||
Reference in New Issue
Block a user