Bitstream Interpretation Library (BIL)  0.1
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>
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 
27 
28 
29 #endif