|
msiNcOpenGroup |
( |
msParam_t * |
rootNcidParam, |
|
|
msParam_t * |
fullGrpNameParam, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Open a fully qualified group name and get the group id. nc_inq_grp_full_ncid is called to get the grpncid
- 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] | rootNcidParam | - An INT_MS_T containing the rootNcid. |
[in] | fullGrpNameParam | - A STR_MS_T containing the full group name |
[out] | outParam | - An INT_MS_T containing the group ncid |
Definition at line 2392 of file reNetcdf.c.
|