Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
3aed7ffb
Commit
3aed7ffb
authored
Aug 19, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated manual
parent
1ef79859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
11 deletions
+19
-11
asn1c/asn1c.1
asn1c/asn1c.1
+19
-11
No files found.
asn1c/asn1c.1
View file @
3aed7ffb
...
...
@@ -17,10 +17,10 @@ and accompanying routines to perform data encoding and decoding.
\-E
\-F
\-L
\-N
\-P
.RI "\-S " directory
\-R
.RI "\-S " directory
.RI "\-t " data-string
.TP
.B Language Options
.br
...
...
@@ -29,6 +29,10 @@ and accompanying routines to perform data encoding and decoding.
\-fno-c99
\-funnamed-unions
.TP
.B Output Options
.br
\-print-constraints
.TP
.B Warning Options
.br
\-Werror
...
...
@@ -38,7 +42,7 @@ and accompanying routines to perform data encoding and decoding.
.SH OVERALL OPTIONS
.TP
.B \-E
Stop after the parsing stage. The output is reconstructed ASN.1
Stop after the parsing stage. The output is
a
reconstructed ASN.1
specification code, which is sent to the standard output.
.TP
.B \-F
...
...
@@ -53,21 +57,20 @@ Generate "-- #line" comments in
.B -E
output.
.TP
.B \-N
Do not generate certain type of comments in
.B -E
output.
.TP
.B \-P
Dump the compiled output to the standard output instead of creating the
target language files on disk.
.TP
.B \-S directory
Use the specified directory with ASN.1 skeleton files.
.TP
.B \-R
Restrict the compiler to generate only the ASN.1 tables,
omitting the usual support code.
.TP
.B \-S directory
Use the specified directory with ASN.1 skeleton files.
.TP
.B \-t data-string
Interpret the data-string as a sequence of hexadecimal values representing
the start of BER TLV encoding. Print the human readable explanation.
.SH LANGUAGE OPTIONS
.TP
.B \-ftypes88
...
...
@@ -82,6 +85,11 @@ Disable use of certain C99 extensions, like designated initializers.
.TP
.B \-funnamed-unions
Enable unnamed unions in structures definitions.
.SH OUTPUT OPTIONS
.TP
.B \-print-constraints
When -EF are also specified, this option forces the compiler to explain
its internal understanding of subtype constraints.
.SH WARNING OPTIONS
.TP
.B \-Werror
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment