TYPE SMC_GSentence_DynCall : STRUCT
A dynamic subprogram call using an expression for the subprogram name
InOut:
|
Name
|
Type
|
Comment
|
sentenceNumber
|
UDINT
|
|
types
|
ARRAY [0..(SoftMotion_NC2_Constants.EVAL_STACK_SIZE - 1)] OF SMC_GVar_Type_Ext
|
The type information about all arguments to DYNCALL. The first argument is the subprogram name.
|
nArgs
|
UDINT
|
The number of arguments (including the subprogram name), at least 1.
|
symbolTable
|
SMC_INCSymbolTable
|
The symbol table is passed to the interpreter as part of the sentence data.
|
|