Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
343031f2
Commit
343031f2
authored
Apr 10, 2018
by
Jeno Attila Balasko
Committed by
Gerrit Code Review
Apr 10, 2018
Browse files
Merge "Updated compiler man page"
parents
c00c4520
dcb5a784
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler2/compiler.1
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
...
...
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