AkTestIntFTIR
Purpose:
-
Initialize the FTIR test interface task.
Enter:
-
AkTestIntFTIR <filename> <process_priority> <process_interval_in_ms>
Where:
-
filename
Specify the input specifications filename.
process_priority
Specify the system priority level to assign to the process.
process_interval_in_ms
Specify the time interval, in milliseconds, to indicate how often the master scheduler will be informed that this process is still running.
Example:
-
AkTestIntFTIR mySpecFile 12 1000
The preceding processes mySpecFile at a system priority level of 12 and signals the master scheduler once every second.