This example shows how to communicate between a hand 
coded C module and SDL-RT generated code.
The hand coded task myHandCodedTask sends the mIncoming 
message every second to the SDL-RT system. Its parameter
is increased by one each time it is sent.
The mOutgoing message output is replaced by the 
OUTGOING_MACRO C macro when not in debug mode.

First debug the system with the right <OS>_Debug profile 
and an MSC trace.
Then generate an executable with the right <OS>_Exe 
profile. Run it in a console and check the log.txt file 
content.
