utilties for working with zaber stages More...
#include <algorithm>#include <cctype>#include <iostream>

Go to the source code of this file.
Namespaces | |
| namespace | MagAOX |
| namespace | MagAOX::app |
Macros | |
| #define | ZUTILS_E_NOAT ( -100 ) |
| #define | ZUTILS_E_NOSP ( -101 ) |
| #define | ZUTILS_E_BADADD ( -102 ) |
| #define | ZUTILS_E_SERIALSIZE ( -103 ) |
| #define | ZUTILS_E_BADSERIAL ( -104 ) |
Functions | |
| int | MagAOX::app::parseSystemSerial (std::vector< int > &address, std::vector< std::string > &serial, const std::string &response) |
| Parse the system.serial query. | |
utilties for working with zaber stages
Definition in file zaberUtils.hpp.
| #define ZUTILS_E_BADADD ( -102 ) |
Definition at line 16 of file zaberUtils.hpp.
| #define ZUTILS_E_BADSERIAL ( -104 ) |
Definition at line 18 of file zaberUtils.hpp.
| #define ZUTILS_E_NOAT ( -100 ) |
Definition at line 14 of file zaberUtils.hpp.
| #define ZUTILS_E_NOSP ( -101 ) |
Definition at line 15 of file zaberUtils.hpp.
| #define ZUTILS_E_SERIALSIZE ( -103 ) |
Definition at line 17 of file zaberUtils.hpp.