|
Description
The Msg example includes two programs: a server and a client. They use RTX IPC (mutex, shared memory and semaphores) to demonstrate how a Win32 server can provide relay services to RTSS processes.
Source Files
The Msg example includes two projects:
MsgServer.vcproj
/MsgServer.c
should be built as a
Win32 .exe binary. It creates a popup message server that runs as a
Win32 GUI background application, posting messages from client processes. The
Win32 process should be started first.MsgClient.vcproj
/MsgClient.c
can be built as either
a Win32 .exe binary, or a .rtss binary. One or more client processes can be started after the server is running, to post messages
to the server. APIs Referenced
RTAPI |