|
FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
|
Functions | |
| double | convertFrom (const std::string &to, const double &from) |
| Wrapper for FSI_temperatureConvertCelFrom() function. | |
| double | convertTo (const std::string &from, const double &to) |
| Wrapper for FSI_temperatureConvertCelTo() function. | |
| double fsi::modules::tc::convertFrom | ( | const std::string & | to, |
| const double & | from ) |
Wrapper for FSI_temperatureConvertCelFrom() function.
| from | The value of the temperature |
| to | From Celcius to the temperature |
Definition at line 9 of file FSI_temperature.cpp.
References FSI_temperatureConvertCelFrom().

| double fsi::modules::tc::convertTo | ( | const std::string & | from, |
| const double & | to ) |
Wrapper for FSI_temperatureConvertCelTo() function.
| from | Convert to from Celcius |
| to | The value of the temperature |
Definition at line 6 of file FSI_temperature.cpp.
References FSI_temperatureConvertCelTo().
