API
low-level zaber controller

The low-level interface to a set of chained Zaber stages. More...

Collaboration diagram for low-level zaber controller:

Modules

 zaber low-level files
 

Classes

class  MagAOX::app::zaberStage< parentT >
 A class to manage the details of one stage in a Zaber system. More...
 

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

The low-level interface to a set of chained Zaber stages.

Application Documentation

Function Documentation

◆ parseSystemSerial()

int MagAOX::app::parseSystemSerial ( std::vector< int > &  address,
std::vector< std::string > &  serial,
const std::string &  response 
)

Parse the system.serial query.

Returns
0 on success
<0 on error with error code primarily meant for unit testing

Definition at line 30 of file zaberUtils.hpp.

Referenced by MagAOX::app::zaberLowLevel::loadStages(), and zaberUtils_test::SCENARIO().