This module is also accessible using generic programmingsee section Error! Reference source not found. Error! Reference source not found..
Syntax
|
void PrintPars_DataFile(void);
|
| Returns
|
none.
|
Syntax
|
BOOLN ReadPars_DataFile(char *fileName);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
Syntax
|
BOOLN ReadSignal_DataFile(char *fileName,
EarObjectPtr data);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
Syntax
|
BOOLN ReadSignal_DataFile_Named(EarObjectPtr
data);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
Syntax
|
BOOLN SetDefaultSampleRate_DataFile(double
theDefaultSampleRate);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
Syntax
|
BOOLN SetEndian_DataFile(int endian);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
Syntax
|
BOOLN SetFileName_DataFile(char *fileName);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
Syntax
|
BOOLN SetMaxSamples_DataFile(double
theMaxSamples);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
Syntax
|
BOOLN SetPars_DataFile(char *theFileName, int
theWordSize, int theEndian, double theDefaultSampleRate,
double theMaxSamples);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
Syntax
|
BOOLN SetWordSize_DataFile(int wordSize);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|