From 71a8aaf50fc3ae749dc11522d09c6598d803bdc7 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Wed, 8 Sep 2004 03:10:54 +0000 Subject: recompiled --- doc/asn1c-usage.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/asn1c-usage.html b/doc/asn1c-usage.html index d7b22b0f..589e4273 100644 --- a/doc/asn1c-usage.html +++ b/doc/asn1c-usage.html @@ -6,8 +6,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -Using the Free ASN.1 Compiler - +Using the Open ASN.1 Compiler + @@ -21,7 +21,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds

-

Using the Free ASN.1 Compiler

+

Using the Open ASN.1 Compiler

Lev Walkin <vlm@lionet.info>

@@ -705,6 +705,14 @@ explanation. Language Options Description +-fall-defs-global +Normally the compiler hides the definitions (asn1_DEF_xxx) of the +inner structure elements (members of SEQUENCE, SET and other types). +This option makes all such definitions global. Enabling this option +may pollute the namespace by making lots of asn1_DEF_xxx structures +globally visible, but will allow you to manipulate (encode and decode) +the individual members of any complex ASN.1 structure. + -fbless-SIZE Allow SIZE() constraint for INTEGER, ENUMERATED, and other types for which this constraint is normally prohibited by the standard. @@ -1198,7 +1206,7 @@ structure pointer set to 0 (NULL), the function will do nothing.

Bibliography

ASN1C -
Free ASN.1 Compiler. http://lionet.info/asn1/ +
The OpenSource ASN.1 Compiler. http://lionet.info/asn1/

Dub00
Olivier Dubuisson - ASN.1 Communication between heterogeneous systems - Morgan Kaufmann Publishers, 2000. http://asn1.elibel.tm.fr/en/book/. @@ -1262,7 +1270,7 @@ which aren't important for the size determination.


Lev Walkin -2004-08-23 +2004-09-07
-- cgit v1.2.3