#include <cmath>#include <fstream>#include "UniSetTypes.h"#include "Configuration.h"Функции | |
| float | UniSetTypes::fcalibrate (float raw, float rawMin, float rawMax, float calMin, float calMax, bool limit=true) |
| long | UniSetTypes::lcalibrate (long raw, long rawMin, long rawMax, long calMin, long calMax, bool limit=true) |
| long | UniSetTypes::setinregion (long raw, long rawMin, long rawMax) |
| long | UniSetTypes::setoutregion (long raw, long rawMin, long rawMax) |
| bool | UniSetTypes::file_exist (const std::string filename) |
| UniSetTypes::IDList | UniSetTypes::explode (const string str, char sep) |
| std::list< std::string > | UniSetTypes::explode_str (const string str, char sep) |
| bool | UniSetTypes::is_digit (const std::string s) |
|
std::list < UniSetTypes::ParamSInfo > | UniSetTypes::getSInfoList (string str, Configuration *conf) |
| UniversalIO::IOTypes | UniSetTypes::getIOType (const std::string s) |
| std::ostream & | UniSetTypes::operator<< (std::ostream &os, const UniversalIO::IOTypes t) |
| std::ostream & | UniSetTypes::operator<< (std::ostream &os, const IOController_i::CalibrateInfo c) |
| bool | UniSetTypes::check_filter (UniXML_iterator &it, const std::string f_prop, const std::string f_val="") |
1.5.5