|
ifw-fcf
2.0.0
|
DeviceConfig class header file. More...
#include <string>#include <unordered_map>#include <yaml-cpp/yaml.h>#include <fcf/common/iComm.hpp>#include <fcf/devmgr/common/iDeviceConfig.hpp>#include <fcf/devmgr/common/configSet.hpp>Go to the source code of this file.
Classes | |
| class | fcf::devmgr::common::DeviceConfig |
| Device Configuration class. More... | |
Namespaces | |
| fcf | |
| fcf::devmgr | |
| fcf::devmgr::common | |
Typedefs | |
| using | fcf::devmgr::common::CfgBool = devmgr::common::ConfigSet< bool > |
| using | fcf::devmgr::common::CfgShort = devmgr::common::ConfigSet< short > |
| using | fcf::devmgr::common::CfgInt = devmgr::common::ConfigSet< int > |
| using | fcf::devmgr::common::CfgUInt = devmgr::common::ConfigSet< unsigned int > |
| using | fcf::devmgr::common::CfgDouble = devmgr::common::ConfigSet< double > |
| using | fcf::devmgr::common::MapCfgBool = std::map< int, CfgBool > |
| using | fcf::devmgr::common::MapCfgShort = std::map< int, CfgShort > |
| using | fcf::devmgr::common::MapCfgInt = std::map< int, CfgInt > |
| using | fcf::devmgr::common::MapCfgUInt = std::map< int, CfgUInt > |
| using | fcf::devmgr::common::MapCfgDouble = std::map< int, CfgDouble > |
DeviceConfig class header file.
1.8.5