Subversion Repositories HomeAutomation

Rev

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

Rev 1987 Rev 2004
Line 63... Line 63...
63
  LOG_DEBUG_ENTER;
63
  LOG_DEBUG_ENTER;
64
 
64
 
65
  this->address_lower_  = MAX_BUFFER_SIZE;
65
  this->address_lower_  = MAX_BUFFER_SIZE;
66
  this->address_upper_  = 0;
66
  this->address_upper_  = 0;
67
  this->is_valid_       = false;
67
  this->is_valid_       = false;
-
 
68
 
-
 
69
  this->data_.reserve(MAX_BUFFER_SIZE);
-
 
70
  std::fill(this->data_.begin(), this->data_.begin() + MAX_BUFFER_SIZE, 0xFF);
68
 
71
 
69
  LOG_DEBUG_EXIT;
72
  LOG_DEBUG_EXIT;
70
}
73
}
71
 
74
 
72
void Code::CalculateChecksum()
75
void Code::CalculateChecksum()