| Functions | |
| template<typename T > | |
| T | read (const std::string &str) | 
| General template which is unimplemented; implemented specializations follow below.  More... | |
| template<> | |
| double | read< double > (const std::string &rxData) | 
| template<> | |
| INT16 | read< INT16 > (const std::string &rxData) | 
| template<> | |
| INT32 | read< INT32 > (const std::string &rxData) | 
| template<> | |
| INT8 | read< INT8 > (const std::string &rxData) | 
| template<> | |
| std::string | read< std::string > (const std::string &rxData) | 
| template<> | |
| UINT16 | read< UINT16 > (const std::string &rxData) | 
| template<> | |
| UINT32 | read< UINT32 > (const std::string &rxData) | 
| template<> | |
| UINT8 | read< UINT8 > (const std::string &rxData) | 
| UINT16 | writeToBuffer (BYTE *buffer, double value) | 
| UINT16 | writeToBuffer (BYTE *buffer, UINT8 value) | 
| UINT16 | writeToBuffer (BYTE *buffer, INT8 value) | 
| UINT16 | writeToBuffer (BYTE *buffer, UINT16 value) | 
| UINT16 | writeToBuffer (BYTE *buffer, INT16 value) | 
| UINT16 | writeToBuffer (BYTE *buffer, UINT32 value) | 
| UINT16 | writeToBuffer (BYTE *buffer, INT32 value) | 
| UINT16 | writeToBuffer (BYTE *buffer, const std::string &value) | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |