|
OpenSRX 0.1.0
C++ library for interfacing with Keyence SR series barcode readers
|
Go to the source code of this file.
Namespaces | |
| namespace | OpenSRX |
Typedefs | |
| template<ParamType PT> | |
| using | OpenSRX::ParamCppT = typename ParamCppType<PT>::type |
| Shorthand: the C++ type for a given ParamType. | |
Functions | |
| template<ParamType PT> | |
| ParamCppT< PT > | OpenSRX::parseParam (const std::string &raw) |
| Parse a raw response string into the C++ type for a given ParamType. | |
| template<ParamType PT> | |
| std::string | OpenSRX::formatParam (const ParamCppT< PT > &value) |
| Format a C++ value into the string to send as a parameter value. | |