ITC Example Code
The following example illustrates the use of the intertask communication functionality. The flow of control goes as follows:
- App "A" registers its far pointer table. (Not shown here for brevity)
- Locates the desired app with which to communicate.
- Launches the desired app if not already loaded.
- Establishes a communication channel.
- Swaps control to app "B" enabling processing of the shared buffer.
- App "B" swaps back to app "A".
This code is not meant to be a treatise on coding practices! It is given solely to illustrate the mechanics behind ITC.