The MagAO-X Instrument Graph fsmNode header file. More...
#include "xigNode.hpp"

Go to the source code of this file.
Classes | |
| class | fsmNode |
| Implementation of an instGraph node interface for a MagAO-X Finite State Machine (FSM) More... | |
Enumerations | |
| enum class | fsmNodeActionT { passive , threshOff , active , unknown } |
Functions | |
| std::string | fsmNodeActionT2String (fsmNodeActionT action) |
| fsmNodeActionT | fsmNodeActionTFromString (const std::string &action) |
The MagAO-X Instrument Graph fsmNode header file.
Definition in file fsmNode.hpp.
|
strong |
Definition at line 12 of file fsmNode.hpp.
| std::string fsmNodeActionT2String | ( | fsmNodeActionT | action | ) |
Definition at line 20 of file fsmNode.hpp.
References active, passive, and threshOff.
Referenced by fsmNode::loadConfigDerived().
| fsmNodeActionT fsmNodeActionTFromString | ( | const std::string & | action | ) |
Definition at line 40 of file fsmNode.hpp.
References active, passive, threshOff, and unknown.
Referenced by fsmNode::loadConfigDerived().