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 | |
namespace | MagAOX |
namespace | MagAOX::app |
Functions | |
int | MagAOX::app::parseTemps (ocamTemps &temps, const std::string &tstr) |
Parse the OCAM temp query and fill the ocamTemps structure. | |
int | MagAOX::app::parseFPS (float &fps, const std::string &fstr) |
Parse the FPS response. | |
int | MagAOX::app::parseEMGain (unsigned &emGain, const std::string &fstr) |
Parse the EM gain response. | |
Utilities for the OCAM camera.
Definition in file ocamUtils.hpp.