GDSX Manual

Intertask Communication Example
Extended General Device Support (GDSX) Manual134303
E-7
USAMPLE3
266. Call Deallocateiocb(Dev^Iocb);
267. End;
268.
269. -----
270. E^STOP -> ! task is stopping
271. -----
272. Call Stop^Task;
273. END; ! of case Evt
274. END; ! of while 1
275.
276. END; ! of proc
The remaining code of USAMPLE3 consists of various procedures such as
PROCESS^USER^PARAMS, PROCESS^ASSIGNS, and USER^VERSION.
These procedures are the same as those used in USAMPLE1. See Appendix D.