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

Contains the main method of the bit2xml program. More...

#include <cstdlib>
#include <fstream>
#include <iostream>
#include <application/bit2xml/bit2xmlArgs.hpp>
#include <application/bit2xml/bit2xmlData.hpp>
#include <application/bit2xml/bit2xmlMsgs.hpp>
#include <bitfile/BitFileData.hpp>
#include <bitfile/BitFileReader.hpp>
#include <bitfile/BitFileXMLWriter.hpp>
#include <bitstream/V5BitstreamReader.hpp>
#include <bitstream/V5BitstreamXMLWriter.hpp>
#include <exception/CommandLineException.hpp>
#include <exception/IOException.hpp>
#include <util/XMLWriter.hpp>
Include dependency graph for bit2xml.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Detailed Description

Contains the main method of the bit2xml program.

The bit2xml program converts a bitfile into a XML representation. The generated XML can optionally be linked to a XSL and a CSS stylesheet for viewing.

Definition in file bit2xml.cpp.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 25 of file bit2xml.cpp.