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 38... Line 38...
38
void BitBuffer::setFromBytes(byte_list bytes)
38
void BitBuffer::setFromBytes(byte_list bytes)
39
{
39
{
40
    this->myBuffer = bytes;
40
    this->myBuffer = bytes;
41
}
41
}
42
 
42
 
-
 
43
void BitBuffer::incrementPointer(unsigned int steps)
-
 
44
{
-
 
45
 
-
 
46
}
-
 
47
 
-
 
48
void BitBuffer::clear()
-
 
49
{
-
 
50
    this->myBuffer.clear();
-
 
51
    // TÒDO resent pointers
-
 
52
}
43
 
53
 
44
void BitBuffer::readDecimal(unsigned int length, unsigned int scaling, double & value)
54
void BitBuffer::readDecimal(unsigned int length, unsigned int scaling, double & value)
45
{
55
{
46
}
56
}
47
 
57