Bitstream Interpretation Library (BIL)  0.1
SyncWordRawData.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_SYNCWORDRAWDATA_HPP
8 #define BIL_SYNCWORDRAWDATA_HPP
9 
10 #include <cstring>
11 #include <boost/cstdint.hpp>
12 
13 
14 namespace bil {
15 
22  size_t isSyncWord(const boost::uint32_t* words, size_t wordCount);
23 
24 
32  size_t writeSyncWord(boost::uint32_t* words, size_t wordCount);
33 
34 }
35 
36 #endif