ifw-fcf 6.0.0
Loading...
Searching...
No Matches
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>
25
26
27namespace fcf::devmgr::smaract {
28
29 constexpr auto LOGGER_NAME = "smaract";
30 // Constants for internal mapping
31
32
33 // WS configuration keywords
34 // These configuration only matters for WS level
35 constexpr auto CI_SCALE_FACTOR = "scale_factor";
36
37
38}
39
40
41#endif //FCF_DEVMGR_DEVICE_SMARACT_CONFIG_H
DataContext class header file.
MotorConfig class header file.
Definition: smaract.hpp:19
constexpr auto LOGGER_NAME
Definition: smaractConfig.hpp:29
constexpr auto CI_SCALE_FACTOR
Definition: smaractConfig.hpp:35
MotorHwErrors header file.
LampRpcErrors header file.