|
FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
|

Go to the source code of this file.
Functions | |
| double | FSI_temperatureConvertCelFrom (const char *to, const double from) |
| Convert from from to Celcius as a double. | |
| double | FSI_temperatureConvertCelTo (const char *from, const double to) |
| Convert Celcius to from as a double. | |
| double FSI_temperatureConvertCelFrom | ( | const char * | to, |
| const double | from ) |
Convert from from to Celcius as a double.
| from | The value of the temperature |
| to | From celcius to the temperature |
Definition at line 5 of file FSI_temperatureConverter.c.
References __FSI_TC_CEL_FROM_C, __FSI_TC_CEL_FROM_F, __FSI_TC_CEL_FROM_K, __FSI_TC_CEL_FROM_RA, and __FSI_TC_CEL_FROM_RE.
Referenced by fsi::modules::tc::convertFrom(), and main().

| double FSI_temperatureConvertCelTo | ( | const char * | from, |
| const double | to ) |
Convert Celcius to from as a double.
| from | Convert to from celcius |
| to | The value of the temperature |
Definition at line 31 of file FSI_temperatureConverter.c.
References __FSI_TC_CEL_TO_C, __FSI_TC_CEL_TO_F, __FSI_TC_CEL_TO_K, __FSI_TC_CEL_TO_RA, and __FSI_TC_CEL_TO_RE.
Referenced by fsi::modules::tc::convertTo(), and main().
