|
msiAdmShowDVM |
( |
msParam_t * |
bufParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This is a microservice that reads the data-value-mapping data structure in the Rule Engine and pretty-prints that structure to the stdout buffer.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2007-08
- Note:
- This microservice uses a dummy parameter.
-
Lists the currently loaded dollar variable mappings from the rule engine memory. The list is written to stdout in ruleExecOut.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | bufParam | - is a msParam (not used for anything, a dummy parameter) |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- rei->MsParamArray->MsParam->ruleExecOut->stdout is modified
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- msiAdmShowIRB, msiAdmShowFNM
Definition at line 192 of file ruleAdminMS.c.
|