#include <string>#include <unordered_map>#include <yaml-cpp/yaml.h>#include <ifw/core/utils/bat/logger.hpp>#include <ifw/fcf/devmgr/common/deviceConfig.hpp>#include <ifw/fcf/devmgr/common/dataContext.hpp>#include <ifw/fcf/devmgr/devices/shutterConfig.hpp>#include <ifw/fcf/devmgr/devices/shutterptpRpcErrors.hpp>#include <ifw/fcf/devmgr/devices/shutterHwErrors.hpp>Go to the source code of this file.
Namespaces | |
| namespace | ifw |
| namespace | ifw::fcf |
| ActionsEnable class source file. | |
| namespace | ifw::fcf::devmgr |
| actuatorLcsIf class header file. | |
| namespace | ifw::fcf::devmgr::shutterptp |
| ShutterPtp class header file. | |
Variables | |
| constexpr auto | ifw::fcf::devmgr::shutterptp::LOGGER_NAME = "shutterptp" |
| constexpr auto | ifw::fcf::devmgr::shutterptp::RPC_OPEN_AT = "rpcOpenAt" |
| constexpr auto | ifw::fcf::devmgr::shutterptp::CI_ACTUAL_EXPO_TIME = "actual_expo_time" |
| constexpr auto | ifw::fcf::devmgr::shutterptp::CI_TIME_BEFORE_OPEN = "time_before_open" |
| constexpr auto | ifw::fcf::devmgr::shutterptp::CI_TIME_EXPO_LEFT = "time_expo_left" |
| constexpr short | ifw::fcf::devmgr::shutterptp::SUBSTATE_OP_ARMED = 216 |
| constexpr auto | ifw::fcf::devmgr::shutterptp::SUBSTATE_OP_ARMED_STR = "Armed" |
| constexpr unsigned int | ifw::fcf::devmgr::shutterptp::STAT_ACTUAL_EXPO_TIME = 10 |
| constexpr unsigned int | ifw::fcf::devmgr::shutterptp::STAT_TIME_BEFORE_OPEN = 11 |
| constexpr unsigned int | ifw::fcf::devmgr::shutterptp::STAT_TIME_EXPO_LEFT = 12 |
| const std::unordered_map< short, std::string > | ifw::fcf::devmgr::shutterptp::SUBSTATE_MAP |