NetShrVar
An EPICS support module to export National Instruments Network Shared Variables as process variables
|
Templated number to string conversion functions. More...
Go to the source code of this file.
Functions | |
template<typename T > | |
std::string | convertToString (T t) |
Convert a numeric type to a string. More... | |
template<> | |
std::string | convertToString (double t) |
template<> | |
std::string | convertToString (int t) |
Templated number to string conversion functions.
Definition in file convertToString.cpp.
std::string convertToString | ( | T | t | ) |
Convert a numeric type to a string.
Definition at line 21 of file convertToString.cpp.
Referenced by NetShrVarDriver::writeValue().
std::string convertToString | ( | double | t | ) |
Definition at line 28 of file convertToString.cpp.
std::string convertToString | ( | int | t | ) |
Definition at line 36 of file convertToString.cpp.