Bitstream Interpretation Library (BIL)  0.1
SyncWord.cpp
Go to the documentation of this file.
1 
7 #include <bitstream/SyncWord.hpp>
8 
9 using namespace bil;
10 
11 
13 {
14  return new SyncWord(*this);
15 }
16 
17 
18 void SyncWord::accept(PacketVisitor& visitor) const
19 {
20  visitor.visit(*this);
21 }