Skip to content

xdataset_ReadDataFileBin

Brian W. Mulligan edited this page May 27, 2016 · 1 revision

void ReadDataFileBin(const char * i_lpszFilename, bool i_bQuiet = false)

This routine reads a data set from an binary xdataset file.

Parameters

  • i_lpszFilename (const char *): the name and full path to the file to read
  • [optional] i_bQuiet (bool): Supresses any output to console during load.

Output

None

Fault response

There will be error information output to stderr if there is a fault. errno is not set.