|
libdrmconf 0.13.3
A library to program DMR radios.
|
Some type to specify a bit offset. More...
#include <codeplug.hh>
Public Member Functions | |
| Bit | operator+ (unsigned int bits) const |
| Implements a simple increment. | |
| Bit | operator- (unsigned int bits) const |
| Implements a simple increment. | |
Public Attributes | |
| const unsigned int | byte |
| The byte offset. | |
| const unsigned int | bit |
| The bit within the byte. | |
Some type to specify a bit offset.
That is the byte-offset and bit of that byte.