msiNcInqId ( msParam_t *  inpParam1,
msParam_t *  inpParam2,
msParam_t *  inpParam3,
msParam_t *  outParam,
ruleExecInfo_t *  rei 
)
Description:
This microservice performs general netcdf inquiry for id (equivalent to nc_inq_dimid, nc_inq_varid, .... This msi is superceded by the more comprehensive msiNcInq API.
Module:
core
Since:
3.2
Author:
Mike Wan
Date:
2012
Example Usage:
See clients/icommands/test/rules3.0/netcdfTest1.r, netcdfTest2.r and netcdfTest3.r.
Parameters:
[in] inpParam1 - A NcInqIdInp_MS_T or STR_MS_T. For STR_MS_T input, it contains the name of the item to inquire.
[in] inpParam2 - If inpParam1 is a STR_MS_T, it is a INT_MS_T containing the paramType - what to inquire - valid values are defined in ncInqId.h - 0 (NC_VAR_T) or 1 (NC_DIM_T).
[in] inpParam3 - If inpParam1 is a STR_MS_T, it is a INT_MS_T containing ncid of the opened object for the inquiry.
[out] outParam - An INT_MS_T containing the returned id of the inquiry.
Session Variables Used:
none
Session Variables Modified:
none
iCAT Attributes Used:
none
iCAT Attributes Modified:
none
Side Effect:
none
Returns:
integer
Return values:
0 upon success
Precondition:
N/A
Postcondition:
N/A
See also:
N/A

Definition at line 292 of file reNetcdf.c.

Generated on Thu Oct 31 10:19:17 2013 for iRODS Documentation by  doxygen 1.6.3