Bitstream Interpretation Library (BIL)  0.1
DeviceID.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_DEVICEID_HPP
8 #define BIL_DEVICEID_HPP
9 
10 #include <boost/cstdint.hpp>
11 
12 
13 namespace bil {
14 
20  namespace DeviceID {
21 
23  typedef boost::uint32_t ID_t;
24 
25  }
26 
27 }
28 
29 #endif