📄 asnparser.1
字号:
'\" t.\" Man page for asnparser.\" Santiago Garcia Mantinan (manty) 18 Jul 2001.\".TH asnparser 1 "18 Jul 2001".LO 1.SH NAMEasnparser \- ASN.1 to C/C++ converter.SH SYNOPSIS.B asnparser[\fIoptions\fR]... \fIasnfile\fR.SH DESCRIPTION.PP.B asnparseris a command line application that helps to convert ASN.1 description filesto C/C++ applications..SH OPTIONS.PPAll of the command line options to.B asnparsercan be specified in long form, and the most commonly used options also havesingle character equivalents..TP\fB\-c\fR, \fB\-\-c++\fRGenerate C++ files..TP\fB\-d\fR, \fB\-\-debug\fROutput a copious debug info on stderr..TP\fB\-e\fR, \fB\-\-echo\fREcho input file on stdout..TP\fB\-i\fR, \fB\-\-inlines\fRUse C++ inlines..TP\fB\-m\fR, \fB\-\-module\fR \fIname\fRSets the module name prefix/namespace to \fIname\fR..TP\fB\-n\fR, \fB\-\-namespace\fRUse C++ namespace..TP\fB\-o\fR, \fB\-\-output\fR \fIfile\fRSets the output filename or directory to \fIname\fR..TP\fB\-r\fR, \fB\-\-rename\fR \fIfrom=to\fRRename import module from \fIfrom\fR to \fIto\fR..TP\fB\-s\fR[n], \fB\-\-split\fR[n]Split output into n files (n defaults to 2)..TP\fB\-v\fR, \fB\-\-verbose\fRVerbose output, using this option multiple times will give even more verboseoutput..TP\fB\-V\fR, \fB\-\-version\fRDisplay program version and exit..SH EXAMPLES.PP.TPasnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c h225.asn.TPasnparser -s3 -m H245 -c h245.asn.SH "SEE ALSO"None
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -