ifw-fcf 7.1.4
Loading...
Searching...
No Matches
Namespaces | Macros | Variables
{{cookiecutter.device_name}}Config.hpp File Reference

{{cookiecutter.device_name|capitalize()}}Config class header file. More...

#include <string>
#include <yaml-cpp/yaml.h>
#include "fcf/common/iComm.hpp"
#include "ifw/fcf/devmgr/common/deviceConfig.hpp"
#include "ifw/fcf/devmgr/common/dataContext.hpp"
#include "ifw/fcf/devmgr/devices/{{cookiecutter.device_name|lower}}RpcErrors.hpp"
#include "ifw/fcf/devmgr/devices/{{cookiecutter.device_name|lower}}HwErrors.hpp"

Go to the source code of this file.

Namespaces

namespace  ifw::fcf::devmgr
 actuatorLcsIf class header file.
 

Macros

#define FCF_DEVMGR_DEVICE_   {{cookiecutter.device_name|upper}}_CONFIG_HPP
 

Variables

const std::unordered_map< short, std::string > SUBSTATE_MAP
 

Detailed Description

{{cookiecutter.device_name|capitalize()}}Config class header file.

Author
{{cookiecutter.device_author}}

Macro Definition Documentation

◆ FCF_DEVMGR_DEVICE_

#define FCF_DEVMGR_DEVICE_   {{cookiecutter.device_name|upper}}_CONFIG_HPP

Variable Documentation

◆ SUBSTATE_MAP

const std::unordered_map<short, std::string> SUBSTATE_MAP
Initial value:
= {
{devmgr::common::SUBSTATE_NOTREADY, devmgr::common::SUBSTATE_NOTREADY_STR},
{devmgr::common::SUBSTATE_INITIALISING, devmgr::common::SUBSTATE_INITIALISING_STR},
}