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
70118da1
Commit
70118da1
authored
Dec 10, 2009
by
Uwe Schulzweida
Browse files
docu update
parent
8a492e99
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_ref.tex
View file @
70118da1
...
...
@@ -887,6 +887,52 @@ Create a variable list
\ifpdfoutput
{}{
(
\ref
{
vlistCreate
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefAttFlt]
{
vlistDefAttFlt
}
\else
vlistDefAttFlt
\fi
}
\begin{verbatim}
int vlistDefAttFlt(int vlistID, int varID, const char *name, int len,
const double *dp);
\end{verbatim}
Define a floating point attribute
\ifpdfoutput
{}{
(
\ref
{
vlistDefAttFlt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefAttInt]
{
vlistDefAttInt
}
\else
vlistDefAttInt
\fi
}
\begin{verbatim}
int vlistDefAttInt(int vlistID, int varID, const char *name, int len, const int *ip);
\end{verbatim}
Define an integer attribute
\ifpdfoutput
{}{
(
\ref
{
vlistDefAttInt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefAttTxt]
{
vlistDefAttTxt
}
\else
vlistDefAttTxt
\fi
}
\begin{verbatim}
int vlistDefAttTxt(int vlistID, int varID, const char *name, int len, const char *tp);
\end{verbatim}
Define a text attribute
\ifpdfoutput
{}{
(
\ref
{
vlistDefAttTxt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefTaxis]
{
vlistDefTaxis
}
...
...
@@ -992,6 +1038,21 @@ Define the name of a Variable
\ifpdfoutput
{}{
(
\ref
{
vlistDefVarName
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefVarStdname]
{
vlistDefVarStdname
}
\else
vlistDefVarStdname
\fi
}
\begin{verbatim}
void vlistDefVarStdname(int vlistID, int varID, const char *stdname);
\end{verbatim}
Define the standard name of a Variable
\ifpdfoutput
{}{
(
\ref
{
vlistDefVarStdname
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefVarUnits]
{
vlistDefVarUnits
}
...
...
@@ -1037,6 +1098,81 @@ Duplicate a variable list
\ifpdfoutput
{}{
(
\ref
{
vlistDuplicate
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqAtt]
{
vlistInqAtt
}
\else
vlistInqAtt
\fi
}
\begin{verbatim}
int vlistInqAtt(int vlistID, int varID, int attnum, char *name, int *typep, int *lenp);
\end{verbatim}
Get information about an attribute
\ifpdfoutput
{}{
(
\ref
{
vlistInqAtt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqAttFlt]
{
vlistInqAttFlt
}
\else
vlistInqAttFlt
\fi
}
\begin{verbatim}
int vlistInqAttFlt(int vlistID, int varID, const char *name, int mlen, int *dp);
\end{verbatim}
Get the value(s) of a floating point attribute
\ifpdfoutput
{}{
(
\ref
{
vlistInqAttFlt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqAttInt]
{
vlistInqAttInt
}
\else
vlistInqAttInt
\fi
}
\begin{verbatim}
int vlistInqAttInt(int vlistID, int varID, const char *name, int mlen, int *ip);
\end{verbatim}
Get the value(s) of an integer attribute
\ifpdfoutput
{}{
(
\ref
{
vlistInqAttInt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqAttTxt]
{
vlistInqAttTxt
}
\else
vlistInqAttTxt
\fi
}
\begin{verbatim}
int vlistInqAttTxt(int vlistID, int varID, const char *name, int mlen, int *tp);
\end{verbatim}
Get the value(s) of a text attribute
\ifpdfoutput
{}{
(
\ref
{
vlistInqAttTxt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqNatts]
{
vlistInqNatts
}
\else
vlistInqNatts
\fi
}
\begin{verbatim}
int vlistInqNatts(int vlistID, int varID, int *nattsp);
\end{verbatim}
Get number of variable attributes
\ifpdfoutput
{}{
(
\ref
{
vlistInqNatts
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqTaxis]
{
vlistInqTaxis
}
...
...
@@ -1142,6 +1278,21 @@ Get the name of a Variable
\ifpdfoutput
{}{
(
\ref
{
vlistInqVarName
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqVarStdname]
{
vlistInqVarStdname
}
\else
vlistInqVarStdname
\fi
}
\begin{verbatim}
void vlistInqVarStdname(int vlistID, int varID, char *stdname);
\end{verbatim}
Get the standard name of a Variable
\ifpdfoutput
{}{
(
\ref
{
vlistInqVarStdname
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqVarUnits]
{
vlistInqVarUnits
}
...
...
doc/tex/f_ref.tex
View file @
70118da1
...
...
@@ -889,6 +889,56 @@ Create a variable list
\ifpdfoutput
{}{
(
\ref
{
vlistCreate
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefAttFlt]
{
vlistDefAttFlt
}
\else
vlistDefAttFlt
\fi
}
\begin{verbatim}
INTEGER FUNCTION vlistDefAttFlt(INTEGER vlistID, INTEGER varID,
CHARACTER*(*) name, INTEGER len, const REAL*8 dp)
\end{verbatim}
Define a floating point attribute
\ifpdfoutput
{}{
(
\ref
{
vlistDefAttFlt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefAttInt]
{
vlistDefAttInt
}
\else
vlistDefAttInt
\fi
}
\begin{verbatim}
INTEGER FUNCTION vlistDefAttInt(INTEGER vlistID, INTEGER varID,
CHARACTER*(*) name, INTEGER len,
const INTEGER ip)
\end{verbatim}
Define an integer attribute
\ifpdfoutput
{}{
(
\ref
{
vlistDefAttInt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefAttTxt]
{
vlistDefAttTxt
}
\else
vlistDefAttTxt
\fi
}
\begin{verbatim}
INTEGER FUNCTION vlistDefAttTxt(INTEGER vlistID, INTEGER varID,
CHARACTER*(*) name, INTEGER len,
CHARACTER*(*) tp)
\end{verbatim}
Define a text attribute
\ifpdfoutput
{}{
(
\ref
{
vlistDefAttTxt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefTaxis]
{
vlistDefTaxis
}
...
...
@@ -996,6 +1046,22 @@ Define the name of a Variable
\ifpdfoutput
{}{
(
\ref
{
vlistDefVarName
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefVarStdname]
{
vlistDefVarStdname
}
\else
vlistDefVarStdname
\fi
}
\begin{verbatim}
SUBROUTINE vlistDefVarStdname(INTEGER vlistID, INTEGER varID,
CHARACTER*(*) stdname)
\end{verbatim}
Define the standard name of a Variable
\ifpdfoutput
{}{
(
\ref
{
vlistDefVarStdname
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistDefVarUnits]
{
vlistDefVarUnits
}
...
...
@@ -1041,6 +1107,85 @@ Duplicate a variable list
\ifpdfoutput
{}{
(
\ref
{
vlistDuplicate
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqAtt]
{
vlistInqAtt
}
\else
vlistInqAtt
\fi
}
\begin{verbatim}
INTEGER FUNCTION vlistInqAtt(INTEGER vlistID, INTEGER varID, INTEGER attnum,
CHARACTER*(*) name, INTEGER typep, INTEGER lenp)
\end{verbatim}
Get information about an attribute
\ifpdfoutput
{}{
(
\ref
{
vlistInqAtt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqAttFlt]
{
vlistInqAttFlt
}
\else
vlistInqAttFlt
\fi
}
\begin{verbatim}
INTEGER FUNCTION vlistInqAttFlt(INTEGER vlistID, INTEGER varID,
CHARACTER*(*) name, INTEGER mlen, INTEGER dp)
\end{verbatim}
Get the value(s) of a floating point attribute
\ifpdfoutput
{}{
(
\ref
{
vlistInqAttFlt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqAttInt]
{
vlistInqAttInt
}
\else
vlistInqAttInt
\fi
}
\begin{verbatim}
INTEGER FUNCTION vlistInqAttInt(INTEGER vlistID, INTEGER varID,
CHARACTER*(*) name, INTEGER mlen, INTEGER ip)
\end{verbatim}
Get the value(s) of an integer attribute
\ifpdfoutput
{}{
(
\ref
{
vlistInqAttInt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqAttTxt]
{
vlistInqAttTxt
}
\else
vlistInqAttTxt
\fi
}
\begin{verbatim}
INTEGER FUNCTION vlistInqAttTxt(INTEGER vlistID, INTEGER varID,
CHARACTER*(*) name, INTEGER mlen, INTEGER tp)
\end{verbatim}
Get the value(s) of a text attribute
\ifpdfoutput
{}{
(
\ref
{
vlistInqAttTxt
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqNatts]
{
vlistInqNatts
}
\else
vlistInqNatts
\fi
}
\begin{verbatim}
INTEGER FUNCTION vlistInqNatts(INTEGER vlistID, INTEGER varID, INTEGER nattsp)
\end{verbatim}
Get number of variable attributes
\ifpdfoutput
{}{
(
\ref
{
vlistInqNatts
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqTaxis]
{
vlistInqTaxis
}
...
...
@@ -1147,6 +1292,22 @@ Get the name of a Variable
\ifpdfoutput
{}{
(
\ref
{
vlistInqVarName
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqVarStdname]
{
vlistInqVarStdname
}
\else
vlistInqVarStdname
\fi
}
\begin{verbatim}
SUBROUTINE vlistInqVarStdname(INTEGER vlistID, INTEGER varID,
CHARACTER*(*) stdname)
\end{verbatim}
Get the standard name of a Variable
\ifpdfoutput
{}{
(
\ref
{
vlistInqVarStdname
}
)
}
\section*
{
\tt
\ifpdf
\hyperref
[vlistInqVarUnits]
{
vlistInqVarUnits
}
...
...
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