API

utilties for working with zaber stages More...

#include <iostream>
Include dependency graph for zaberUtils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MagAOX
 
 MagAOX::app
 

Macros

#define ZUTILS_E_NOAT   (-100)
 
#define ZUTILS_E_NOSP   (-101)
 
#define ZUTILS_E_BADADD   (-102)
 
#define ZUTILS_E_SERIALSIZE   (-103)
 

Functions

int MagAOX::app::parseSystemSerial (std::vector< int > &address, std::vector< std::string > &serial, const std::string &response)
 Parse the system.serial query. More...
 

Detailed Description

utilties for working with zaber stages

Definition in file zaberUtils.hpp.

Macro Definition Documentation

◆ ZUTILS_E_BADADD

#define ZUTILS_E_BADADD   (-102)

Definition at line 15 of file zaberUtils.hpp.

◆ ZUTILS_E_NOAT

#define ZUTILS_E_NOAT   (-100)

Definition at line 13 of file zaberUtils.hpp.

◆ ZUTILS_E_NOSP

#define ZUTILS_E_NOSP   (-101)

Definition at line 14 of file zaberUtils.hpp.

◆ ZUTILS_E_SERIALSIZE

#define ZUTILS_E_SERIALSIZE   (-103)

Definition at line 16 of file zaberUtils.hpp.