|
msiAddToNcArray |
( |
msParam_t * |
elementParam, |
|
|
msParam_t * |
inxParam, |
|
|
msParam_t * |
ncArrayParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Add a value to a variable value array in a DataArray_PI.
- 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] | elementParam | - the value to add. Currently, only an INT_MS_T is subported. |
[in] | inxParam | - An INT_MS_T containing the index of an element in the array to add |
[out] | ncArrayParam | - A NcGetVarOut_MS_T containing the modified array. |
- 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 2195 of file reNetcdf.c.
|