parsers/parser_bitlevel/bitparser.hpp File Reference
Detailed Description
A bit-level parser that can be told how many bits per symbol, and returns numbers converted bit chunks.
- Remarks:
- the basic idea is you can set bitlength from 1 to 99, and it will parse the input in chunks of bitlength bytes, returning a symbol # corresponding to the index of the bitstring in the list of possible bit patterns of bitlength.
- Author:
- mouser
- Date:
- 2004.01.25
- Todo:
- : this is not finished yet
Definition in file bitparser.hpp.
#include "../parser.hpp"
#include "../../bitio/bitio.hpp"
Go to the source code of this file.
|
Compounds |
class | BitParser |
| Sample parser class is just character based, uses one symbol for each ascii character plus one for end-of-stream. More...
|
Generated on 20 May 2004 by
doxygen 1.3.3