API

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"
Include dependency graph for zaberLowLevel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MagAOX::app::zaberLowLevel
 

Namespaces

 MagAOX
 
 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_tgt_relpos)(const pcf
 
 MagAOX::app::INDI_NEWCALLBACK_DEFN (zaberLowLevel, m_indiP_req_home)(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
 

Detailed Description

The MagAO-X Low-Level Zaber Controller.

Definition in file zaberLowLevel.hpp.

Macro Definition Documentation

◆ ZC_CONNECTED

#define ZC_CONNECTED   (0)

Definition at line 22 of file zaberLowLevel.hpp.

◆ ZC_ERROR

#define ZC_ERROR   (-1)

Definition at line 23 of file zaberLowLevel.hpp.

◆ ZC_NOT_CONNECTED

#define ZC_NOT_CONNECTED   (10)

Definition at line 24 of file zaberLowLevel.hpp.

Typedef Documentation

◆ MagAOXAppT

Definition at line 16 of file zaberLowLevel.hpp.