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