#include <mx/ioutils/stringUtils.hpp>
Go to the source code of this file.
|
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 &, double &vrms, 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...
|
|
◆ SDG_PARSEERR_WVTP
#define SDG_PARSEERR_WVTP (-6) |