#include "../../../../tests/catch2/catch.hpp"#include <fstream>#include "../../../../libMagAOX/libMagAOX.hpp"#include "../stdMotionNode.hpp"
Go to the source code of this file.
Macros | |
| #define | XWC_XIGNODE_TEST |
Functions | |
| void | writeXML () |
| SCENARIO ("Creating and configuring a stdMotionNode", "[instGraph::stdMotionNode]") | |
| SCENARIO ("Sending Properties to a stdMotionNode", "[instGraph::stdMotionNode]") | |
| #define XWC_XIGNODE_TEST |
Definition at line 8 of file stdMotionNode_test.cpp.
| SCENARIO | ( | "Creating and configuring a stdMotionNode" | , |
| "" | [instGraph::stdMotionNode] | ||
| ) |
Definition at line 29 of file stdMotionNode_test.cpp.
References stdMotionNode::device(), stdMotionNode::loadConfig(), xigNode::name(), xigNode::node(), stdMotionNode::presetDir(), stdMotionNode::presetPrefix(), stdMotionNode::presetPutName(), stdMotionNode::trackerElement(), stdMotionNode::trackerKey(), stdMotionNode::trackingReqElement(), stdMotionNode::trackingReqKey(), and writeXML().
| SCENARIO | ( | "Sending Properties to a stdMotionNode" | , |
| "" | [instGraph::stdMotionNode] | ||
| ) |
Definition at line 910 of file stdMotionNode_test.cpp.
References stdMotionNode::curLabel(), stdMotionNode::device(), stdMotionNode::handleSetProperty(), xigNode::name(), xigNode::node(), stdMotionNode::presetPrefix(), stdMotionNode::trackerElement(), stdMotionNode::trackerKey(), stdMotionNode::trackingReqElement(), stdMotionNode::trackingReqKey(), and writeXML().
| void writeXML | ( | ) |
Definition at line 11 of file stdMotionNode_test.cpp.
Referenced by SCENARIO(), and SCENARIO().