sixbit Struct Reference

#include <sixbit.h>


Detailed Description

sixbit state

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.


Field Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Tue Aug 26 13:57:51 2008 for AIS Parser by  doxygen 1.5.2