asc_init
Purpose:
-
Initialize ASC task communication.
Enter:
-
asc_init <priority> <name_stem> <cfg_file>
Where:
-
priority
Specify the task priority.
name_stem
Specify a name string to use and create the event names to communicate with the ASC task.
cfg_file
Specify the configuration filename.
Example:
-
asc_init 11 AK /specs/AK.cfg
The above starts asc_init at priority 11, creates event names with a prefix of ‘AK’, and reads the spec file /specs/AK.cfg.
Notes:
-
This task is normally spawned by the ASC task when it is started.