irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include <execMyRule.h>
Public Attributes | |
char | myRule [(1024 *20)] |
rodsHostAddr_t | addr |
keyValPair_t | condInput |
char | outParamDesc [256] |
msParamArray_t * | inpParamArray |
Definition at line 9 of file execMyRule.h.
rodsHostAddr_t ExecMyRuleInp::addr |
Definition at line 11 of file execMyRule.h.
Referenced by remoteExec(), rsExecMyRule(), and smsi_remoteExec().
keyValPair_t ExecMyRuleInp::condInput |
Definition at line 12 of file execMyRule.h.
Referenced by remoteExec(), rsExecMyRule(), and smsi_remoteExec().
msParamArray_t* ExecMyRuleInp::inpParamArray |
Definition at line 14 of file execMyRule.h.
Referenced by remoteExec(), rsExecMyRule(), and smsi_remoteExec().
char ExecMyRuleInp::myRule[(1024 *20)] |
Definition at line 10 of file execMyRule.h.
Referenced by remoteExec(), rsExecMyRule(), and smsi_remoteExec().
char ExecMyRuleInp::outParamDesc[256] |
Definition at line 13 of file execMyRule.h.
Referenced by remoteExec(), rsExecMyRule(), and smsi_remoteExec().