Bitstream Interpretation Library (BIL)  0.1
Functions
xdlrc_convert.cpp File Reference

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>
Include dependency graph for xdlrc_convert.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Detailed Description

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.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 19 of file xdlrc_convert.cpp.