Subversion Repositories HomeAutomation

Rev

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

Rev 1309 Rev 1319
Line 6... Line 6...
6
 */
6
 */
7
 
7
 
8
#include "BitBuffer.h"
8
#include "BitBuffer.h"
9
 
9
 
10
namespace atom {
10
namespace atom {
11
namespace utils {
11
namespace message {
12
 
12
 
13
BitBuffer::BitBuffer(unsigned char bytes[], unsigned int length)
13
BitBuffer::BitBuffer(unsigned char bytes[], unsigned int length)
14
{
14
{
15
    for (unsigned int n = 0; n < length; n++)
15
    for (unsigned int n = 0; n < length; n++)
16
    {
16
    {