Rev 1987 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1987 | Rev 2005 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 45 | unsigned int GetAddressUpper(); |
45 | unsigned int GetAddressUpper(); |
| 46 | unsigned char GetByte(unsigned int address); |
46 | unsigned char GetByte(unsigned int address); |
| 47 | unsigned int GetChecksum(); |
47 | unsigned int GetChecksum(); |
| 48 | unsigned int GetLength(); |
48 | unsigned int GetLength(); |
| 49 | bool IsValid(); |
49 | bool IsValid(); |
| 50 | void Reset(); |
50 | void Reset(bool fill); |
| 51 | void AddByte(unsigned char byte); |
51 | void AddByte(unsigned char byte); |
| 52 | 52 | ||
| 53 | private: |
53 | private: |
| 54 | common::Byteset data_; |
54 | common::Byteset data_; |
| 55 | bool is_valid_; |
55 | bool is_valid_; |