Utilities for the OCAM camera. More...
#include <mx/ioutils/stringUtils.hpp>
Go to the source code of this file.
Classes | |
struct | MagAOX::app::ocamTemps |
Structure to hold the OCAM camera temperature readings returned by the device. More... | |
Namespaces | |
MagAOX | |
MagAOX::app | |
Functions | |
int | MagAOX::app::parseTemps (ocamTemps &temps, const std::string &tstr) |
Parse the OCAM temp query and fill the ocamTemps structure. More... | |
int | MagAOX::app::parseFPS (float &fps, const std::string &fstr) |
Parse the FPS response. More... | |
int | MagAOX::app::parseEMGain (unsigned &emGain, const std::string &fstr) |
Parse the EM gain response. More... | |
Utilities for the OCAM camera.
Definition in file ocamUtils.hpp.