API
 
Loading...
Searching...
No Matches

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
 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
 

Detailed Description

The MagAO-X Low-Level Zaber Controller.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

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.