NAME
ReadDapByName -- read Dap_t from file
PROTOTYPE
int ReadDapByName( int i, char *pcFile, Dap_t *psData)
ARGUMENTS
- int i
- number parameter inserted in file name
- char *pcFile
- filename "Path/Name.suffix"
- Dap_t *psData
- Dap_t where data is written to
DESCRIPTION:
Reads content of file "Path/NameX.suffix" into *psData, where
X is replaced by the value of the first argument parameter i.
The ".suffix"-part of the filename is optional.
FILE
/local/homes/rhaschke/nst7/man/../o.linx86//../nstsrc/nst_aux6.c