Skip to content
GitLab
Menu
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
bf257529
Commit
bf257529
authored
May 19, 2011
by
Uwe Schulzweida
Browse files
Docu update
parent
1688ce38
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_vlist_var.tex
View file @
bf257529
...
...
@@ -206,7 +206,10 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item
[{\tt varID}]
Variable identifier
\item
[{\tt name}]
Variable name
Returned variable name. The caller must allocate space for the
returned name. The maximum possible length, in characters, of a
variable name is given by the predefined constant CDI
\_
MAX
\_
NAME.
The returned character array will be null-terminated.
\end{deflist}
\end{minipage}
...
...
doc/tex/f_vlist_var.tex
View file @
bf257529
...
...
@@ -207,7 +207,10 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item
[{\tt varID}]
Variable identifier
\item
[{\tt name}]
Variable name
Returned variable name. The caller must allocate space for the
returned name. The maximum possible length, in characters, of a
variable name is given by the predefined constant CDI
\_
MAX
\_
NAME.
The returned character array will be null-terminated.
\end{deflist}
\end{minipage}
...
...
src/vlist_var.c
View file @
bf257529
...
...
@@ -507,7 +507,10 @@ char *vlistInqVarUnitsPtr(int vlistID, int varID)
@Parameter
@Item vlistID Variable list ID, from a previous call to @fref{vlistCreate}
@Item varID Variable identifier
@Item name Variable name
@Item name Returned variable name. The caller must allocate space for the
returned name. The maximum possible length, in characters, of a
variable name is given by the predefined constant CDI_MAX_NAME.
The returned character array will be null-terminated.
@Description
The function @func{vlistInqVarName} returns the name of a variable.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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