Bitstream Interpretation Library (BIL)  0.1
Namespaces | Macros | Functions
SyncWordRawData.hpp File Reference

Functions for handling sync word raw data. More...

#include <cstring>
#include <boost/cstdint.hpp>
Include dependency graph for SyncWordRawData.hpp:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Functions for handling sync word raw data.

Definition in file SyncWordRawData.hpp.


Macro Definition Documentation

#define BIL_SYNCWORDRAWDATA_HPP

Definition at line 8 of file SyncWordRawData.hpp.