#include <sixbit.h>
The size of bits is enough to handle a little over 5 slots of data ((5 * 256) / 6) = 214
Data Fields | |
| char | bits [SIXBIT_LEN] |
| raw 6-bit ASCII data string | |
| char * | p |
| pointer to current character in bits | |
| unsigned char | remainder |
| Remainder bits. | |
| unsigned char | remainder_bits |
| Number of remainder bits. | |
| char sixbit::bits[SIXBIT_LEN] |
raw 6-bit ASCII data string
| char* sixbit::p |
pointer to current character in bits
| unsigned char sixbit::remainder |
Remainder bits.
| unsigned char sixbit::remainder_bits |
Number of remainder bits.
1.5.2