TSK Module
2-474
Configuration
Properties
The following list shows the properties that can be configured in a Tconf
script, along with their types and default values. For details, see the TSK
Manager Properties and TSK Object Properties headings. For
descriptions of data types, see Section 1.4,
Module Configuration Parameters
Instance Configuration Parameters
Name
Type
Default (Enum Options)
ENABLETSK
Bool
true
OBJMEMSEG
Reference
prog.get("DARAM")
STACKSIZE
Int16
1024
SYSSTACKSIZE
Int16
256
STACKSEG
Reference
prog.get("DARAM")
PRIORITY
EnumInt
1 (1 to 15)
DRIVETSKTICK
EnumString
"PRD" ("User")
CREATEFXN
Extern
prog.extern("FXN_F_nop")
DELETEFXN
Extern
prog.extern("FXN_F_nop")
EXITFXN
Extern
prog.extern("FXN_F_nop")
CALLSWITCHFXN
Bool
false
SWITCHFXN
Extern
prog.extern("FXN_F_nop")
CALLREADYFXN
Bool
false
READYFXN
Extern
prog.extern("FXN_F_nop")
Name
Type
Default (Enum Options)
comment
String
"<add comments here>"
autoAllocateStack
Bool
true
manualStack
Extern
prog.extern("null","asm")
stackSize
Int16
1024
sysStackSize
Int16
256
stackMemSeg
Reference
prog.get("DARAM")
priority
EnumInt
0 (-1, 0, 1 to 15)
fxn
Extern
prog.extern("FXN_F_nop")
arg0
Arg
0
arg7
Arg
0
envPointer
Arg
0x00000000