Subversion Repositories Projects

Rev

Rev 159 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 167
Line 24... Line 24...
24
 
24
 
25
class ToolBox
25
class ToolBox
26
{
26
{
27
    public :
27
    public :
28
        ToolBox();
28
        ToolBox();
29
        static bool Decode64(sRxData &RX, bool Long);
29
        static bool Decode64(sRxData &RX, bool Long = true);
30
        static bool check_CRC(QString RXString);
30
        static bool check_CRC(QString RXString);
31
        static QString add_CRC(QString TXString);
31
        static QString add_CRC(QString TXString);
32
        static QString Encode64(char Data[150],unsigned int Length);
32
        static QString Encode64(char Data[150],unsigned int Length);
33
        static QString DataToString(int Data[150]);
33
        static QString DataToString(int Data[150]);