GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LCI / V6-1-0 > LCI_parser / rhel5-32


Interface   Data Structures   File List   Data Fields   Globals  

Functions
compile_main.c File Reference

Main function for the LCI_compiler, performs initialisation and kicks off the compiler. More...

#include <lci_host_p.h>
#include <LCI/LCI_msgs.h>
#include <MSG/MSG_pubdefs.h>
#include <MSG/MSG_printProc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

Functions

int main (int argc, char **argv)
 Compile an XML "source" file into a LCI binary configuration file.

Detailed Description

Main function for the LCI_compiler, performs initialisation and kicks off the compiler.

Author:
James Swain & Owen Saxton

$Id: compile_main.c,v 1.8 2011/03/29 19:32:56 saxton Exp $


Function Documentation

int main ( int  argc,
char **  argv 
)

Compile an XML "source" file into a LCI binary configuration file.

Parameters:
argcNumber of command-line arguments
argvList of command line arguments
Returns:
0 on success, < 0 on fatal failure