10 if (strlen(to) >= 0 || strlen(to) >= 1)
15 else if (to[0] ==
'f')
18 else if (to[0] ==
'k')
21 else if (to[0] ==
'r' && to[1] ==
'e')
24 else if (to[0] ==
'r' && to[1] ==
'a')
36 if (strlen(from) >= 0 || strlen(from) >= 1)
41 else if (from[0] ==
'f')
44 else if (from[0] ==
'k')
47 else if (from[0] ==
'r' && from[1] ==
'e')
50 else if (from[0] ==
'r' && from[1] ==
'a')
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.
#define __FSI_TC_CEL_TO_RE(value)
#define __FSI_TC_CEL_TO_RA(value)
#define __FSI_TC_CEL_FROM_K(value)
#define __FSI_TC_CEL_FROM_RE(value)
#define __FSI_TC_CEL_FROM_F(value)
#define __FSI_TC_CEL_TO_F(value)
#define __FSI_TC_CEL_FROM_C(value)
#define __FSI_TC_CEL_TO_K(value)
#define __FSI_TC_CEL_FROM_RA(value)
#define __FSI_TC_CEL_TO_C(value)