Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 392 → Rev 393

/QMK-Groundstation/branches/own_com_lib/com/Parser.h
17,11 → 17,11
 
class Parser {
public:
bool decode64(sRxData &rx, unsigned int length);
string encode64(char data[150],unsigned int length);
static bool decode64(sRxData &rx);
static string encode64(char data[150],unsigned int length);
 
string add_CRC(char * TX, int length);
string check_CRC(char * RX, int length);
static string add_CRC(char * TX, int length);
static string check_CRC(char * RX, int length);
 
static float getFloat(long value, int count);