Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
71a8aaf5
Commit
71a8aaf5
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
recompiled
parent
26871b5e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/asn1c-usage.html
+13
-5
13 additions, 5 deletions
doc/asn1c-usage.html
with
13 additions
and
5 deletions
doc/asn1c-usage.html
+
13
−
5
View file @
71a8aaf5
...
...
@@ -6,8 +6,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>
Using the
Free
ASN.1 Compiler
</TITLE>
<META
NAME=
"description"
CONTENT=
"Using the
Free
ASN.1 Compiler"
>
<TITLE>
Using the
Open
ASN.1 Compiler
</TITLE>
<META
NAME=
"description"
CONTENT=
"Using the
Open
ASN.1 Compiler"
>
<META
NAME=
"asn1c, ASN.1, free, compiler, BER, DER, PER, XER\"
>
...
...
@@ -21,7 +21,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds
<P>
<P>
<H1
ALIGN=
"CENTER"
>
Using the
Free
ASN.1 Compiler
</H1><DIV>
<H1
ALIGN=
"CENTER"
>
Using the
Open
ASN.1 Compiler
</H1><DIV>
<P
ALIGN=
"CENTER"
><STRONG>
Lev Walkin
<
vlm@lionet.info
>
</STRONG></P>
</DIV>
...
...
@@ -705,6 +705,14 @@ explanation.</FONT></TD></TR>
<TR><TD
VALIGN=
BASELINE
ALIGN=
LEFT
NOWRAP
><B>
Language Options
</B></TD><TD
VALIGN=
BASELINE
ALIGN=
LEFT
WIDTH=
"216"
>
<B>
Description
</B></TD></TR>
</TBODY><TBODY>
<TR><TD
VALIGN=
BASELINE
ALIGN=
LEFT
NOWRAP
>
-fall-defs-global
</TD><TD
VALIGN=
BASELINE
ALIGN=
LEFT
WIDTH=
"216"
>
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.
</TD></TR>
</TBODY><TBODY>
<TR><TD
VALIGN=
BASELINE
ALIGN=
LEFT
NOWRAP
>
-fbless-SIZE
</TD><TD
VALIGN=
BASELINE
ALIGN=
LEFT
WIDTH=
"216"
>
<FONT
SIZE=
"-1"
>
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.
<H2><A
NAME=
"SECTION04000000000000000000"
>
Bibliography
</A>
</H2><DL
COMPACT
><DD><P></P><DT><A
NAME=
"ASN1C"
>
ASN1C
</A>
<DD>
Fre
e ASN.1 Compiler. http://lionet.info/asn1/
<DD>
The OpenSourc
e ASN.1 Compiler. http://lionet.info/asn1/
<P></P><DT><A
NAME=
"Dub00"
>
Dub00
</A>
<DD>
Olivier Dubuisson -
<I>
ASN.1 Communication between heterogeneous
systems
</I>
- Morgan Kaufmann Publishers, 2000. http://asn1.elibel.tm.fr/en/book/.
...
...
@@ -1262,7 +1270,7 @@ which aren't important for the size determination.
</DL><BR><HR>
<ADDRESS>
Lev Walkin
2004-0
8-23
2004-0
9-07
</ADDRESS>
</BODY>
</HTML>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment