The MagAO-X Low-Level Zaber Controller. More...
#include <iostream>#include "../../libMagAOX/libMagAOX.hpp"#include "../../magaox_git_version.h"#include "zaberUtils.hpp"#include "zaberStage.hpp"#include "za_serial.h"

Go to the source code of this file.
Classes | |
| class | MagAOX::app::zaberLowLevel |
| The low-level ASCII-protocol Zaber controller. More... | |
Namespaces | |
| namespace | MagAOX |
| namespace | MagAOX::app |
Macros | |
| #define | ZC_CONNECTED ( 0 ) |
| #define | ZC_ERROR ( -1 ) |
| #define | ZC_NOT_CONNECTED ( 10 ) |
Typedefs | |
| typedef MagAOX::app::MagAOXApp< true > | MagAOXAppT |
Functions | |
| MagAOX::app::INDI_NEWCALLBACK_DEFN (zaberLowLevel, m_indiP_tgt_pos)(const pcf | |
| MagAOX::app::INDI_NEWCALLBACK_DEFN (zaberLowLevel, m_indiP_req_home)(const pcf | |
| MagAOX::app::INDI_NEWCALLBACK_DEFN (zaberLowLevel, m_indiP_req_home_all)(const pcf | |
| MagAOX::app::INDI_NEWCALLBACK_DEFN (zaberLowLevel, m_indiP_req_halt)(const pcf | |
| MagAOX::app::INDI_NEWCALLBACK_DEFN (zaberLowLevel, m_indiP_req_ehalt)(const pcf | |
| MagAOX::app::INDI_NEWCALLBACK_DEFN (zaberLowLevel, m_indiP_knob_enable)(const pcf | |
| MagAOX::app::INDI_NEWCALLBACK_DEFN (zaberLowLevel, m_indiP_led_enable)(const pcf | |
The MagAO-X Low-Level Zaber Controller.
Definition in file zaberLowLevel.hpp.
| #define ZC_CONNECTED ( 0 ) |
Definition at line 22 of file zaberLowLevel.hpp.
| #define ZC_ERROR ( -1 ) |
Definition at line 23 of file zaberLowLevel.hpp.
| #define ZC_NOT_CONNECTED ( 10 ) |
Definition at line 24 of file zaberLowLevel.hpp.
| typedef MagAOX::app::MagAOXApp<true> MagAOXAppT |
Definition at line 16 of file zaberLowLevel.hpp.