pds 2.1.0-alpha
Loading...
Searching...
No Matches
lsmConfig.hpp
Go to the documentation of this file.
1
10#ifndef PDS_MAICAL_DEVICES_LSM_CONFIG_HPP
11#define PDS_MAICAL_DEVICES_LSM_CONFIG_HPP
12
13
14namespace pds::maical::devices {
15
16constexpr auto LOGGER_NAME = "lsm";
17// Specifics lsm status values
18constexpr auto CI_STAT_IR1_INTENSITY = "ir1_intensity";
19constexpr auto CI_STAT_IR2_INTENSITY = "ir2_intensity";
20
21
22// Specific iodev RPC
23constexpr auto RPC_CHANNELS_ON = "rpcChannelsOn";
24
25
26
27
28
29}
30
31#endif //PDS_MAICAL_DEVICES_LSM_CONFIG_HPP
Definition lsm.hpp:19
constexpr auto CI_STAT_IR1_INTENSITY
Definition lsmConfig.hpp:18
constexpr auto RPC_CHANNELS_ON
Definition lsmConfig.hpp:23
constexpr auto CI_STAT_IR2_INTENSITY
Definition lsmConfig.hpp:19
constexpr auto LOGGER_NAME
Definition lsmConfig.hpp:16