exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
exipg.c File Reference

Command-line utility for generating EXI grammars from XML schema definition. More...

#include "createGrammars.h"
#include "grammarGenerator.h"

Go to the source code of this file.

Macros

#define MAX_XSD_FILES_COUNT   10
 
#define OUT_EXIP   0
 
#define OUT_TEXT   1
 
#define OUT_SRC_DYN   2
 
#define OUT_SRC_STAT   3
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Date
Nov 5, 2012
Author
Rumen Kyusakov
Version
0.5
[Revision] $Id: exipg.c 352 2014-11-25 16:37:24Z kjussakov $

Definition in file exipg.c.

Macro Definition Documentation

#define MAX_XSD_FILES_COUNT   10

Definition at line 21 of file exipg.c.

#define OUT_EXIP   0

Definition at line 22 of file exipg.c.

#define OUT_SRC_DYN   2

Definition at line 24 of file exipg.c.

#define OUT_SRC_STAT   3

Definition at line 25 of file exipg.c.

#define OUT_TEXT   1

Definition at line 23 of file exipg.c.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 30 of file exipg.c.