ifw-fcf  4.1.0-pre2
smaractConfig.hpp
Go to the documentation of this file.
1 
10 #ifndef FCF_DEVMGR_DEVICE_SMARACT_CONFIG_HPP
11 #define FCF_DEVMGR_DEVICE_SMARACT_CONFIG_HPP
12 
13 // System headers
14 #include <string>
15 #include <unordered_map>
16 
17 // Third party headers
18 #include <yaml-cpp/yaml.h>
19 
20 #include <utils/bat/logger.hpp>
21 #include <fcf/common/iComm.hpp>
27 
28 
29 namespace fcf::devmgr::smaract {
30 
31  constexpr auto LOGGER_NAME = "smaract";
32  // Constants for internal mapping
33 
34 
35  // WS configuration keywords
36  // These configuration only matters for WS level
37  constexpr auto CI_SCALE_FACTOR = "scale_factor";
38 
39 
40 }
41 
42 
43 #endif //FCF_DEVMGR_DEVICE_SMARACT_CONFIG_H
dataContext.hpp
DataContext class header file.
fcf::devmgr::smaract::LOGGER_NAME
constexpr auto LOGGER_NAME
Definition: smaractConfig.hpp:31
smaractHwErrors.hpp
MotorHwErrors header file.
configSet.hpp
configSet class header file.
fcf::devmgr::smaract
Definition: smaract.hpp:21
fcf::devmgr::smaract::CI_SCALE_FACTOR
constexpr auto CI_SCALE_FACTOR
Definition: smaractConfig.hpp:37
motorBaseConfig.hpp
MotorConfig class header file.
smaractRpcErrors.hpp
LampRpcErrors header file.