X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-asncomp-man.xml;h=bad62c738213c2a83d4cc843c15067696840da69;hp=77fed0cb6f0c7925036a8efd265cb0e0f96dbd2a;hb=053367cbe356fb3ce0def34b065dae589d700daf;hpb=621c7fe7d7da36267384afe2d13c0309db293856 diff --git a/doc/yaz-asncomp-man.xml b/doc/yaz-asncomp-man.xml index 77fed0c..bad62c7 100644 --- a/doc/yaz-asncomp-man.xml +++ b/doc/yaz-asncomp-man.xml @@ -1,5 +1,5 @@ - %local; @@ -12,18 +12,20 @@ YAZ &version; + Index Data - + yaz-asncomp 1 + Commands - + yaz-asncomp YAZ ASN.1 compiler - + yaz-asncomp @@ -37,7 +39,7 @@ filename - + DESCRIPTION @@ -66,25 +68,25 @@ Makes the ASN.1 compiler print more verbose about the - various stages of operations. + various stages of operations. - + -c cfile Specifies the name of the C/C++ file with encoders/decoders. - + -h hfile Specifies the name of header file with definitions. - + -p pfile @@ -93,14 +95,14 @@ in header file (option -h). - + -d dfile Specifies the name of a definitions file. - + -I iout @@ -108,7 +110,7 @@ are written. - + -i idir @@ -116,7 +118,7 @@ are written. - + -m module @@ -125,7 +127,7 @@ all modules in the ASN.1 file are processed. - + DEFINITIONS FILE @@ -142,7 +144,7 @@ Available variables are: - + default-prefix Sets prefix for names in the produced output. @@ -150,7 +152,7 @@ C typedef prefix and preprocessor prefix respectively. - + prefix(module) This value sets prefix values for module @@ -158,24 +160,24 @@ The value has same form as default-prefix. - + filename(module) Specifies filename for C/header file for module module. - + init(module,h) - Code fragment to be put in first part of public header for module + Code fragment to be put in first part of public header for module module. - + body(module,h) - Code fragment to be put in last part of public header for module + Code fragment to be put in last part of public header for module module (trailer). @@ -186,21 +188,21 @@ module module. - + body(module,c) Code fragment to be put in last part of C based encoder/decoder for module module (trailer). - + map(module,name) - Maps ASN.1 type in module module + Maps ASN.1 type in module module of name to value. - + membermap(module,name,member) Maps member member in SEQUENCE/CHOICE of @@ -213,7 +215,7 @@ C struct,union. - + unionmap(module,name,member) Maps member member in CHOICE of