|
NINetVar
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 20 of file convertToString.cpp.
Referenced by NINetVarDriver::writeValue().
| std::string convertToString | ( | double | t | ) |
Definition at line 26 of file convertToString.cpp.
| std::string convertToString | ( | int | t | ) |
Definition at line 34 of file convertToString.cpp.
1.8.8