Bitstream Interpretation Library (BIL)
0.1
|
Contains the main method of the xdlrc_convert program. More...
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <datagen/xdlrc_convert/xdlrc_convertArgs.hpp>
#include <datagen/xdlrc_convert/xdlrc_convertMsgs.hpp>
#include <exception/CommandLineException.hpp>
#include <xdlrc/model/Device.hpp>
#include <xdlrc/parser/XDLRCParser.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Contains the main method of the xdlrc_convert program.
The xdlrc_convert program reads in a xdlrc file, and converts it into a much smaller binary representation.
Definition in file xdlrc_convert.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 19 of file xdlrc_convert.cpp.