Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
bitstream
BuswidthPatternRawData.hpp
Go to the documentation of this file.
1
6
#pragma once
7
#ifndef BIL_BUSWIDTHPATTERNRAWDATA_HPP
8
#define BIL_BUSWIDTHPATTERNRAWDATA_HPP
9
10
#include <cstring>
11
#include <boost/cstdint.hpp>
12
13
14
namespace
bil {
15
22
size_t
isBuswidthPattern
(
const
boost::uint32_t* words,
size_t
wordCount);
23
24
32
size_t
writeBuswidthPattern
(boost::uint32_t* words,
size_t
wordCount);
33
34
}
35
36
#endif
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1