Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
titan.core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse Titan
titan.core
Commits
343031f2
Commit
343031f2
authored
6 years ago
by
Jeno Attila Balasko
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Updated compiler man page"
parents
c00c4520
dcb5a784
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler2/compiler.1
+33
-3
33 additions, 3 deletions
compiler2/compiler.1
with
33 additions
and
3 deletions
compiler2/compiler.1
+
33
−
3
View file @
343031f2
.TH compiler 1 "
October
201
4
" "Ericsson Telecom AB" "TTCN-3 Tools"
.TH compiler 1 "
April
201
8
" "Ericsson Telecom AB" "TTCN-3 Tools"
.SH NAME
compiler \- TTCN-3 and ASN.1 to C++ translator
.SH SYNOPSIS
.B compiler
.RB "[\| " \-abcdEfgijlLMnpqrRsStuwxXyY " \|]"
.RB "[\| " \-abcdDeEfgijlLMnNpqrRsStuwxXyY " \|]"
.RB "[\| " \-J
.IR " file" " \|]
.RB "[\| " \-V
.IR " verb_level" " \|]"
.RB "[\| " \-K
...
...
@@ -87,6 +89,17 @@ fields with DEFAULT values as
.I omit
in TTCN-3.
.TP
.B \-D
Instructs the compiler to not generate the user and time information into the
header of the generated .cc and .hh files.
.TP
.B \-e
Instructs the compiler to use the legacy method of handling
.I encode
and
.I variant
attributes.
.TP
.B \-E
Instructs the variant attribute parser to display warnings instead of errors
for unrecognized/erroneous attributes.
...
...
@@ -114,6 +127,17 @@ compatibility with the error message format of earlier versions.
.B \-j
Disables JSON encoder/decoder functions.
.TP
.BI \-J " file"
The compiler will read the input files form
.I file,
which must contain the input files separated by spaces. Every file that is in
.I file
is treated as if they were passed to the compiler directly. It is possible to use the flags
.I -A
and
.I -T
to indicate that a file is an ASN.1 or a TTCN-3 file.
.TP
.BI \-K " file"
Enables selective code coverage.
.TP
...
...
@@ -170,6 +194,12 @@ template restriction accordingly.
.B \-n
Activates the debugger and generates extra code for storing debug information.
.TP
.B \-N
Ignores the
.I UNTAGGED
encoding instruction applied to top level union types when encoding or decoding with XML
(legacy behavior).
.TP
.BI \-o " dir"
The output files (including Test Port skeletons) will be placed into
the directory specified by
...
...
@@ -416,7 +446,7 @@ ITU-T Recommendations X.680-683:
.SH AUTHOR
This manpage is written by Janos Zoltan Szabo, Ericsson Telecom AB
.br
Copyright (c) 2000-201
7
Ericsson Telecom AB
Copyright (c) 2000-201
8
Ericsson Telecom AB
.br
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
...
...
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