Functions | |
int | parseC (float &temp, const std::string &str) |
Parse the RH probe C temp command. More... | |
int | parseH (float &humid, const std::string &str) |
Parse the RH probe H humidity command. More... | |
int MagAOX::app::RH::parseC | ( | float & | temp, |
const std::string & | str | ||
) |
Parse the RH probe C temp command.
[out] | temp | the reported temperature |
[in] | str | the string returned by the device |
Definition at line 26 of file rhusbMonParsers.hpp.
Referenced by MagAOX::app::rhusbMon::readProbe(), and rhusbMonParsers_test::SCENARIO().
int MagAOX::app::RH::parseH | ( | float & | humid, |
const std::string & | str | ||
) |
Parse the RH probe H humidity command.
[out] | humid | the reported temperature |
[in] | str | the string returned by the device |
Definition at line 61 of file rhusbMonParsers.hpp.
Referenced by MagAOX::app::rhusbMon::readProbe(), and rhusbMonParsers_test::SCENARIO().