Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datagen
v5data_gen
v5data_genData.hpp
Go to the documentation of this file.
1
6
#pragma once
7
#ifndef V5DATA_GENDATA_HPP
8
#define V5DATA_GENDATA_HPP
9
10
#include <cstring>
11
#include <boost/cstdint.hpp>
12
#include <
configuration/V5AddressLayout.hpp
>
13
14
16
const
size_t
V5_DEVICE_COUNT
= 26;
17
18
20
extern
const
char
*
const
V5_DEVICE_NAMES
[
V5_DEVICE_COUNT
];
21
23
extern
const
boost::uint32_t
V5_DEVICE_IDS
[
V5_DEVICE_COUNT
];
24
26
extern
const
bil::V5AddressLayout
V5_ADDRESS_LAYOUTS
[
V5_DEVICE_COUNT
];
27
28
29
#endif
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1