|
msiNcGetGrpInInqOut |
( |
msParam_t * |
ncInqGrpsOutParam, |
|
|
msParam_t * |
inxParam, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Get the name of a group in a NcInqGrpsOut_MS_T
- 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] | ncInqGrpsOutParam | - A NcInqGrpsOut_MS_T objtained from msiNcInqGrps |
[in] | inxParam | - An INT_MS_T containing the index of an element in the group array |
[out] | outParam | - A STR_MS_T containing the name of the group |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- N/A
- Postcondition:
- N/A
- See also:
- N/A
Definition at line 2526 of file reNetcdf.c.
|