Subversion Repositories HomeAutomation

Rev

Rev 1322 | Rev 1326 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1322 Rev 1323
Line 24... Line 24...
24
    BitBuffer();
24
    BitBuffer();
25
    virtual ~BitBuffer();
25
    virtual ~BitBuffer();
26
 
26
 
27
    byte_list getAsBytes();
27
    byte_list getAsBytes();
28
    void setFromBytes(vector<unsigned char> bytes);
28
    void setFromBytes(vector<unsigned char> bytes);
-
 
29
 
-
 
30
    void incrementPointer(unsigned int steps);
-
 
31
    void clear();
29
 
32
 
30
    void readBasicType(unsigned int length, long & value);
33
    void readBasicType(unsigned int length, long & value);
31
    void writeBasicType(unsigned int length, long value);
34
    void writeBasicType(unsigned int length, long value);
32
 
35
 
33
    void readBasicType(unsigned int length, unsigned long & value);
36
    void readBasicType(unsigned int length, unsigned long & value);