Real-Time Data Monitor (RTDM) Process Messages Function
RTDM_ProcessMsgs()
Description
This function processes the message received and then executes the required task.
These tasks are:
- Reading a specific memory location.
- Writing a specific memory location.
- Receiving a communication link sanity check command.
- Querying for the size of the buffers.
Include
RTDM.h
RTDMUSER.h
Prototype
int RTDM_ProcessMsgs();
Arguments
None.
Return Value
- 0 if the initialization process was successful.
- -1 if the initialization process failed.