#include <syncword.h>
Public Methods | |
| BITSTREAM_ELEMENT () | |
| Construct and initialise a new bitstream_element. | |
| UINT | get () const |
| Get the length of a bitstream elemenet. | |
| UINT | set (const UINT x) |
| Set the length of a bitstream element. | |
| UINT | operator= (const UINT &x) |
| Set the length of a bitstream element. | |
| void | print () |
| Print a bitstream_element (debug function). | |
Friends | |
| ostream & | operator<< (ostream &, BITSTREAM_ELEMENT &) |
This class in mainly a virtual class to be used for inheritance by more complex classes.
Definition at line 17 of file syncword.h.
|
|
Construct and initialise a new bitstream_element. Default constructor. Definition at line 44 of file syncword.h. |
|
|
Get the length of a bitstream elemenet. Return the length of the bitstream_element. Definition at line 51 of file syncword.h. |
|
|
Set the length of a bitstream element. Set the length of the bitstream_element. Definition at line 65 of file syncword.h. |
|
|
Print a bitstream_element (debug function). Print a BITSTREAM_ELEMENT. Definition at line 72 of file syncword.h. |
|
|
Set the length of a bitstream element. Set the length of the bitstream_element. Definition at line 58 of file syncword.h. |
|
||||||||||||
|
Send BITSTREAM_ELEMENT to output stream. Definition at line 18 of file bitstreamelement.cpp. |
1.2.18