Bitstream Interpretation Library (BIL)
0.1
|
Functions for handling sync word raw data. More...
#include <cstring>
#include <boost/cstdint.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_SYNCWORDRAWDATA_HPP |
Functions | |
size_t | bil::isSyncWord (const boost::uint32_t *words, size_t wordCount) |
Tells if some data starts with a sync word. | |
size_t | bil::writeSyncWord (boost::uint32_t *words, size_t wordCount) |
Writes out a sync word as raw data. |
Functions for handling sync word raw data.
Definition in file SyncWordRawData.hpp.
#define BIL_SYNCWORDRAWDATA_HPP |
Definition at line 8 of file SyncWordRawData.hpp.