public static class OFBconv.CmdArgs
extends Arguments
| Modifier and Type | Field and Description |
|---|---|
(package private) Argument[] |
argList1
This array describes the commands with its help and stores the result to CmdArgs.
|
boolean |
bAtomicStepForAnyModule |
boolean |
bCheckDataTypes |
boolean |
bCombinatoricDout |
boolean |
bConsoleLog |
boolean |
bDebugInputs |
boolean |
bDebugOutputs |
boolean |
bOutDataHtml |
boolean |
bOutFbg |
boolean |
bOutFbgXrefSolved |
boolean |
bOutXmlBackTest |
boolean |
bOutXmlDataHtml |
boolean |
bOutXmlOdg |
boolean |
bVerboseCode |
boolean |
bVerboseConsole |
boolean |
bWrFbtXml
If given then writes an file as netlist with model content.
|
java.io.File |
dir_wrFBcl
Output directory for FBcl or fbg files to write from the read model(s).
|
java.io.File |
dirCmpFBcl |
java.io.File |
dirCmpGenSrc |
java.io.File |
dirGenSrc
Directory where the sources should be generated.
|
java.io.File |
dirReport
Directory for more test output (log).
|
java.util.List<java.io.File> |
dirSrcFBCL |
java.io.File |
dirStdFBlocks
Existing directory which contains all standard FBlock definitions.
|
java.io.File |
dirTempDbg
Directory for more test output (dbg), only for temporary big files (XML, html).
|
java.io.File |
dirWrResults4diac |
java.lang.String |
dstPathPkgs
Output directory, maybe absolute path for the package base.
|
java.util.List<java.io.File> |
fileCfg
Option: -cfg:path/to/file.cfg, contains header, replacement,
|
java.io.File |
filePredefBlockTypes |
java.util.List<java.io.File> |
fIn_fbd |
java.io.File |
fWriteXmlStruct |
java.util.Map<java.lang.String,java.lang.Boolean> |
idxModuleIn
If not null then translate only this modules.
|
java.util.Map<java.lang.String,Module_FBcl> |
idxModuleMain
If not null then start code generation only for this module(s).
|
java.util.List<java.io.File> |
listFileIn |
protected LogMessage |
log |
java.lang.String |
outDebugHtmlBlockData |
java.lang.String |
sDirLib |
(package private) Arguments.SetArgument |
setInput |
java.lang.String |
sFileLog |
java.lang.String |
sfOutFbg |
java.lang.String |
sModuleMain
The last file name of '-i', '-iodg' argument
should be the main module name to used for log etc.
|
java.lang.String |
sOutName |
java.lang.String |
sPackage
Name of the Package where the java source should be generate in inside
dstPathPkgs. |
java.util.List<OFBconv.FileClassjarFile> |
tplCode |
| Constructor and Description |
|---|
CmdArgs() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
set_dir_wrFBcl(java.lang.String arg) |
void |
setLog(LogMessage log) |
boolean |
testConsistence(java.lang.Appendable msg) |
public java.util.List<java.io.File> listFileIn
public java.lang.String sModuleMain
public java.util.Map<java.lang.String,java.lang.Boolean> idxModuleIn
public java.util.Map<java.lang.String,Module_FBcl> idxModuleMain
public boolean bOutXmlBackTest
public boolean bOutXmlOdg
public boolean bOutFbg
public boolean bOutFbgXrefSolved
public boolean bOutDataHtml
public boolean bOutXmlDataHtml
public boolean bVerboseCode
public java.lang.String sfOutFbg
public boolean bCheckDataTypes
protected LogMessage log
public java.lang.String sFileLog
public boolean bConsoleLog
public java.util.List<java.io.File> fIn_fbd
public java.lang.String sDirLib
public java.lang.String dstPathPkgs
public boolean bWrFbtXml
public java.lang.String sPackage
dstPathPkgs.public java.util.List<java.io.File> dirSrcFBCL
public java.lang.String outDebugHtmlBlockData
public boolean bAtomicStepForAnyModule
public boolean bDebugInputs
public boolean bDebugOutputs
public java.util.List<java.io.File> fileCfg
public java.io.File filePredefBlockTypes
public java.io.File dir_wrFBcl
public java.lang.String sOutName
public java.io.File dirStdFBlocks
public java.io.File dirGenSrc
public java.io.File dirCmpGenSrc
public java.util.List<OFBconv.FileClassjarFile> tplCode
public java.io.File dirReport
public java.io.File dirTempDbg
public java.io.File dirCmpFBcl
public java.io.File dirWrResults4diac
public java.io.File fWriteXmlStruct
public boolean bVerboseConsole
public boolean bCombinatoricDout
Argument[] argList1
GenSmlk2FBcl, there was using the older concept with org.vishia.mainCmd.MainCmd.Arguments
now proper to Arguments. This list is possible, alternatively to direct instantiating in ctor.Arguments.SetArgument setInput