API
siglentSDG_parsers.hpp File Reference
#include <mx/ioutils/stringUtils.hpp>
Include dependency graph for siglentSDG_parsers.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 SDG_PARSEERR_WVTP   (-6)
 

Functions

int MagAOX::app::parseOUTP (int &channel, int &output, const std::string &strRead)
 Parse the SDG response to the OUTP query. More...
 
int MagAOX::app::parseBSWV (int &channel, std::string &wvtp, double &freq, double &peri, double &amp, double &ampvrms, double &ofst, double &hlev, double &llev, double &phse, double &wdth, const std::string &strRead)
 Parse the SDG response to the BSWV query. More...
 
int MagAOX::app::parseMDWV (int &channel, std::string &state, const std::string &strRead)
 Parse the SDG response to the MDWV query. More...
 
int MagAOX::app::parseSWWV (int &channel, std::string &state, const std::string &strRead)
 Parse the SDG response to the SWWV query. More...
 
int MagAOX::app::parseBTWV (int &channel, std::string &state, const std::string &strRead)
 Parse the SDG response to the BTWV query. More...
 
int MagAOX::app::parseARWV (int &channel, int &index, const std::string &strRead)
 Parse the SDG response to the ARWV query. More...
 
int MagAOX::app::parseSYNC (int &channel, bool &sync, const std::string &strRead)
 Parse the SDG response to the SYNC query. More...
 

Macro Definition Documentation

◆ SDG_PARSEERR_WVTP

#define SDG_PARSEERR_WVTP   (-6)

Definition at line 48 of file siglentSDG_parsers.hpp.