Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
bitfile
BitFileSections.cpp
Go to the documentation of this file.
1
6
#include <
bitfile/BitFileSections.hpp
>
7
8
9
const
boost::uint8_t
bil::BITFILE_HEADER
[
BITFILE_HEADER_SIZE
] =
10
{
11
// length of following magic word (9 bytes)
12
0x00, 0x09,
13
// magic word
14
0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x00,
15
// length of section keys (1 byte)
16
0x00, 0x01
17
};
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1