|
msiNcRegGlobalAttr |
( |
msParam_t * |
objPathParam, |
|
|
msParam_t * |
adminParam, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Extract the NETCDF global variables in an iRODS data object and register them as AUV.
- 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] | objPathParam | - A STR_MS_T containing the object path of a NETCDF file |
[in] | adminParam | - An INT_MS_T or STR_MS_T containing the admin flag (admin operation on behalf of the user) |
[out] | outParam | - An INT_MS_T containing the status of the operation |
- 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 2589 of file reNetcdf.c.
|