Sending the Startup Events
Now that the startup events have been implemented in TextInterpreter (see Creating the Event Classes), it is time to send them to the session debug manager (SDM). This is done through a helper method on the CEventBase class that takes all the parameters necessary to send the event to the SDM. This helper function will later be used to send other events to the SDM as well.
Discussion
Sending the startup events includes the following steps: