public class CmdArgs_ReadSlx_FBCLrd extends ReaderFBcl.CmdArgs
| Modifier and Type | Field and Description |
|---|---|
(package private) Argument[] |
argListReadSlx
This array describes the commands with its help and stores the result to Args.
|
int |
depth_PrepareAndTranslate |
java.util.List<java.lang.String> |
nameModules |
java.lang.String |
sFileSlx
The slx file from the model.
|
java.lang.String |
sFileSlxCfg
Configuration file to input an slx file.
|
bAtomicStepForAnyModule, bCombinatoricDout, bDebugInputs, bDebugOutputs, bWrFbtXml, codeTpl, dir_wrFBcl, dirGenSrc, dirSrcFBCL, dirStdFBlocks, dirWrResults4diac, dirWrTestFBcl, dstPathPkgs, filePredefBlockTypes, fIn_fbd, log, outDebugHtmlBlockData, sDirLib, sFileLog, sOutName, sPackage| Constructor and Description |
|---|
CmdArgs_ReadSlx_FBCLrd() |
| Modifier and Type | Method and Description |
|---|---|
void |
addModule(java.lang.String name)
Adds a module which is to be converted from the Simulink model.
|
setLog, testConsistencepublic java.util.List<java.lang.String> nameModules
public java.lang.String sFileSlx
public java.lang.String sFileSlxCfg
public int depth_PrepareAndTranslate
Argument[] argListReadSlx
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.