Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
6ee98b1e
Commit
6ee98b1e
authored
Jul 05, 2016
by
Uwe Schulzweida
Browse files
Docu update.
parent
7e9681d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
6ee98b1e
...
...
@@ -675,7 +675,7 @@ const char *vlistInqVarUnitsPtr(int vlistID, int varID);
/* VLIST attributes */
/* vlistInqNatts: Get number of
variable
attributes assigned to this variable */
/* vlistInqNatts: Get number of attributes assigned to this variable */
int
vlistInqNatts
(
int
vlistID
,
int
varID
,
int
*
nattsp
);
/* vlistInqAtt: Get information about an attribute */
int
vlistInqAtt
(
int
vlistID
,
int
varID
,
int
attrnum
,
char
*
name
,
int
*
typep
,
int
*
lenp
);
...
...
src/vlist_att.c
View file @
6ee98b1e
...
...
@@ -99,16 +99,16 @@ void fill_att(cdi_att_t *attp, int indtype, int exdtype, size_t nelems, size_t x
/*
@Function vlistInqNatts
@Title Get number of
variable
attributes
@Title Get number of attributes
@Prototype int vlistInqNatts(int vlistID, int varID, int *nattsp)
@Parameter
@Item vlistID Variable list ID, from a previous call to @fref{vlistCreate} or @fref{streamInqVlist}.
@Item varID Variable identifier, or @func{CDI_GLOBAL} for a global attribute.
@Item nattsp Pointer to location for returned number of
variable
attributes.
@Item nattsp Pointer to location for returned number of attributes.
@Description
The function @func{vlistInqNatts} gets the number of
variable
attributes assigned to this variable.
The function @func{vlistInqNatts} gets the number of attributes assigned to this variable.
@EndFunction
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment