pds 2.1.0-alpha
Loading...
Searching...
No Matches
mtsConfig.hpp
Go to the documentation of this file.
1
10#ifndef PDS_AQGC_DEVICES_MTS_CONFIG_HPP
11#define PDS_AQGC_DEVICES_MTS_CONFIG_HPP
12
13
14namespace pds::aqgc::devices {
15
16constexpr auto LOGGER_NAME = "mts";
17// Specifics mts status values
18
19
20// Specific RPCs
21constexpr auto RPC_MOVE_IN = "rpcMoveIn";
22constexpr auto RPC_MOVE_OUT = "rpcMoveOut";
23
24
25
26
27
28}
29
30#endif //PDS_AQGC_DEVICES_MTS_CONFIG_HPP
Definition mts.hpp:17
constexpr auto LOGGER_NAME
Definition mtsConfig.hpp:16
constexpr auto RPC_MOVE_OUT
Definition mtsConfig.hpp:22
constexpr auto RPC_MOVE_IN
Definition mtsConfig.hpp:21