|
ProviewR Programmer's Reference Manual
V7.0.0
|
Function for MhAppl MessageHandler API. More...
#include <stdio.h>#include <string.h>#include "co_time.h"#include "rt_mh_def.h"#include "rt_qcom_msg.h"#include "rt_mh_util.h"Go to the source code of this file.
Classes | |
| struct | sApplContext |
| Application context. More... | |
Functions | |
| pwr_tStatus | mh_ApplCancel (pwr_tUInt32 id, pwr_tString80 *cancelText) |
| Cancel a message previously created by this application. More... | |
| pwr_tStatus | mh_ApplConnect (pwr_tObjid applObject, mh_mApplFlags flags, const pwr_tString80 abortEventName, mh_eEvent abortEventType, mh_eEventPrio abortEventPrio, mh_mEventFlags abortEventFlags, const pwr_tString80 abortEventText, pwr_tUInt32 *activeMessages) |
| Connects this application to the local Handler. More... | |
| pwr_tStatus | mh_ApplDisconnect () |
| Informs the local Handler to remove this Application from its list of known applications. More... | |
| pwr_tStatus | mh_ApplMessage (pwr_tUInt32 *id, mh_sApplMessage *message) |
| This routine is called by an application to create and send a message. More... | |
| pwr_tStatus | mh_ApplReturn (pwr_tUInt32 id, pwr_tString80 *returnText) |
| Set return status on a message previously created by this application. More... | |
| pwr_tStatus | mh_ApplGetMsgInfo (pwr_tUInt32 id, mh_sApplMessage *message) |
| Fetches the properties of an earlier sent message. More... | |
Function for MhAppl MessageHandler API.
Definition in file rt_mh_appl.c.