#include "../../../../tests/catch2/catch.hpp"#include <fstream>#include "../../../../libMagAOX/libMagAOX.hpp"#include "../fsmNode.hpp"
Go to the source code of this file.
Macros | |
| #define | XWC_XIGNODE_TEST |
Functions | |
| void | writeXML () |
| SCENARIO ("Creating and configuring an fsmNode", "[instGraph::fsmNode]") | |
| #define XWC_XIGNODE_TEST |
Definition at line 8 of file fsmNode_test.cpp.
| SCENARIO | ( | "Creating and configuring an fsmNode" | , |
| "" | [instGraph::fsmNode] | ||
| ) |
Definition at line 29 of file fsmNode_test.cpp.
References active, fsmNode::device(), fsmNode::fsmAction(), fsmNode::fsmKey(), fsmNode::loadConfig(), xigNode::name(), xigNode::node(), MagAOX::app::stateCodes::OPERATING, passive, MagAOX::app::stateCodes::READY, fsmNode::targetStates(), threshOff, and writeXML().
| void writeXML | ( | ) |
Definition at line 11 of file fsmNode_test.cpp.
Referenced by SCENARIO().