ifw-fcf
5.0.0-pre2
devmgr
devices
src
include
fcf
devmgr
devices
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/devmgr/devices/motorBaseConfig.hpp
>
22
#include <
fcf/devmgr/common/dataContext.hpp
>
23
#include <
fcf/devmgr/devices/smaractRpcErrors.hpp
>
24
#include <
fcf/devmgr/devices/smaractHwErrors.hpp
>
25
26
27
namespace
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.hpp
DataContext class header file.
motorBaseConfig.hpp
MotorConfig class header file.
fcf::devmgr::smaract
Definition:
smaract.hpp:19
fcf::devmgr::smaract::LOGGER_NAME
constexpr auto LOGGER_NAME
Definition:
smaractConfig.hpp:29
fcf::devmgr::smaract::CI_SCALE_FACTOR
constexpr auto CI_SCALE_FACTOR
Definition:
smaractConfig.hpp:35
smaractHwErrors.hpp
MotorHwErrors header file.
smaractRpcErrors.hpp
LampRpcErrors header file.
Generated by
1.9.1