artdaq_demo
v3_00_01
|
Functions | |
template<typename T > | |
T | convertToASCII (std::string input) |
Convert sizeof(T) characters of a string to a number containing the ASCII representation of that string. More... | |
T anonymous_namespace{AsciiSimulator_generator.cc}::convertToASCII | ( | std::string | input | ) |
Convert sizeof(T) characters of a string to a number containing the ASCII representation of that string.
T | Output type |
input | String to convert to ASCII-encoded number |
Definition at line 29 of file AsciiSimulator_generator.cc.