Bitstream Interpretation Library (BIL)  0.1
CfgPrint.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_CFGPRINT_HPP
8 #define BIL_CFGPRINT_HPP
9 
10 #include <ostream>
11 #include <xdl/model/PIPRef.hpp>
12 #include <xdlrc/model/Device.hpp>
13 
14 
15 namespace bil {
16 
24  void printPIPs(const PIPRefs& pipRefs, const Device& device, std::ostream& outputStream);
25 
30 }
31 
32 #endif