Pointwise Plugin SDK
Functions
+ Collaboration diagram for GRDP Message Handling:

Functions

void grdpSendDebugMsg (GRDP_RTITEM *pRti, const char txt[], PWP_UINT32 code)
 Send a debug text message (PWP_MSGID_DEBUG) to the framework. More...
 
void grdpSendErrorMsg (GRDP_RTITEM *pRti, const char txt[], PWP_UINT32 code)
 Send an error text message (PWP_MSGID_ERROR) to the framework. More...
 
void grdpSendInfoMsg (GRDP_RTITEM *pRti, const char txt[], PWP_UINT32 code)
 Send an info text message (PWP_MSGID_INFO) to the framework. More...
 
void grdpSendWarningMsg (GRDP_RTITEM *pRti, const char txt[], PWP_UINT32 code)
 Send a warning text message (PWP_MSGID_WARNING) to the framework. More...
 

Detailed Description

Bundle and send a GRDP message back to framework.

These are the GRDP equivalents of the PwuSendXxxMsg() functions.

See also
PwuSendMsg(), PwuSendDebugMsg(), PwuSendInfoMsg(), PwuSendWarningMsg(), PwuSendErrorMsg(), PWP_MESSAGECB, PWP_MSG_TEXT

Function Documentation

◆ grdpSendDebugMsg()

void grdpSendDebugMsg ( GRDP_RTITEM pRti,
const char  txt[],
PWP_UINT32  code 
)

Send a debug text message (PWP_MSGID_DEBUG) to the framework.

Parameters
pRtiThe GRDP_RTITEM pointer passed into runtimeWrite().
txtThe message text.
codeThe API-defined message code.

Definition at line 170 of file apiGRDPUtils.cxx.

References PWU_RTITEM::apiInfo, PWP_APIINFO::name, GRDP_RTITEM::pApiData, and PwuSendDebugMsg().

Referenced by sendDiffTimeMsg().

◆ grdpSendErrorMsg()

void grdpSendErrorMsg ( GRDP_RTITEM pRti,
const char  txt[],
PWP_UINT32  code 
)

Send an error text message (PWP_MSGID_ERROR) to the framework.

Parameters
pRtiThe GRDP_RTITEM pointer passed into runtimeWrite().
txtThe message text.
codeThe API-defined message code.

Definition at line 197 of file apiGRDPUtils.cxx.

References PWU_RTITEM::apiInfo, PWP_APIINFO::name, GRDP_RTITEM::pApiData, and PwuSendErrorMsg().

◆ grdpSendInfoMsg()

void grdpSendInfoMsg ( GRDP_RTITEM pRti,
const char  txt[],
PWP_UINT32  code 
)

Send an info text message (PWP_MSGID_INFO) to the framework.

Parameters
pRtiThe GRDP_RTITEM pointer passed into runtimeWrite().
txtThe message text.
codeThe API-defined message code.

Definition at line 179 of file apiGRDPUtils.cxx.

References PWU_RTITEM::apiInfo, PWP_APIINFO::name, GRDP_RTITEM::pApiData, and PwuSendInfoMsg().

◆ grdpSendWarningMsg()

void grdpSendWarningMsg ( GRDP_RTITEM pRti,
const char  txt[],
PWP_UINT32  code 
)

Send a warning text message (PWP_MSGID_WARNING) to the framework.

Parameters
pRtiThe GRDP_RTITEM pointer passed into runtimeWrite().
txtThe message text.
codeThe API-defined message code.

Definition at line 188 of file apiGRDPUtils.cxx.

References PWU_RTITEM::apiInfo, PWP_APIINFO::name, GRDP_RTITEM::pApiData, and PwuSendWarningMsg().