Bitstream Interpretation Library (BIL)
0.1
|
A special synchronization word. More...
#include <bitstream/SyncWord.hpp>
Public Member Functions | |
virtual SyncWord * | clone () const |
Virtual constructor for doing polymorphic copies. | |
virtual void | accept (PacketVisitor &visitor) const |
Accepts a visitor for dynamic type dependent stuff. | |
Public Member Functions inherited from bil::Packet | |
virtual | ~Packet () |
Destructs a Packet instance. |
A special synchronization word.
Bitstreams normally contain a synchronization word in order to mark the beginning of the packet stream.
Definition at line 21 of file SyncWord.hpp.
|
virtual |
Virtual constructor for doing polymorphic copies.
Implements bil::Packet.
Definition at line 12 of file SyncWord.cpp.
|
virtual |
Accepts a visitor for dynamic type dependent stuff.
visitor | Visitor, which matching method will be called. |
Implements bil::Packet.
Definition at line 18 of file SyncWord.cpp.