unico_coll
Purpose:
-
Handle read and write commands for the UNICO driver, functioning as a collector task that processes configuration messages and signals responses via events.
Enter:
-
unico_coll <priority> <done_event_name> <config_event_name>
Where:
-
priority Specify the priority level for the process. done_event_name Specify the name of the event to signal completion to gp_test. config_event_name Specify the name of the event for receiving configurations from gp_test.
Example:
-
unico_coll 5 my_done_event my_config_event
Notes:
-
This task is intended to be launched by gp_test. Do not run it directly from the command line.