#include <SerialHelper.hpp>
Static Public Member Functions | |
| static int | appendCRC (char *buffer, unsigned int bufferPosition) |
| static bool | checkCRC (const char *message, unsigned int messageLength) |
| static int | decodeData (char *buffer, unsigned int targetLength, const char *message) |
| static int | encodeData (char *buffer, const char *prefix, unsigned int prefixLength, const char *message, unsigned int messageLength) |
Definition at line 15 of file SerialHelper.hpp.
| int TELEKYB_NAMESPACE::SerialHelper::appendCRC | ( | char * | buffer, |
| unsigned int | bufferPosition | ||
| ) | [static] |
Definition at line 16 of file SerialHelper.cpp.
| bool TELEKYB_NAMESPACE::SerialHelper::checkCRC | ( | const char * | message, |
| unsigned int | messageLength | ||
| ) | [static] |
Definition at line 108 of file SerialHelper.cpp.
| int TELEKYB_NAMESPACE::SerialHelper::decodeData | ( | char * | buffer, |
| unsigned int | targetLength, | ||
| const char * | message | ||
| ) | [static] |
Definition at line 79 of file SerialHelper.cpp.
| int TELEKYB_NAMESPACE::SerialHelper::encodeData | ( | char * | buffer, |
| const char * | prefix, | ||
| unsigned int | prefixLength, | ||
| const char * | message, | ||
| unsigned int | messageLength | ||
| ) | [static] |
Definition at line 30 of file SerialHelper.cpp.