RecoSim  1.0
 All Classes Files Functions Variables Enumerations
configuration_file_parser.h
Go to the documentation of this file.
1 
21 #ifndef CONFIGURATION_FILE_PARSER_H
22 #define CONFIGURATION_FILE_PARSER_H
23 
24 #include <string>
25 #include "reconfigurable_zone.h"
26 #include "task.h"
27 #include "fpga.h"
28 
29 int readRZConfigurationFile(string filename, vector<RZ *> &RZset, vector<Task> &taskSet, FPGA *fpga);
30 
31 #endif
Definition: fpga.h:30