DataLoad.cpp File Reference


Detailed Description

Data loading functions.

Provides implementation of GreyLabWindow functions to load the data.

Version:
1.14 - 2007/08/26

Definition in file DataLoad.cpp.

#include "GreyLab.h"
#include "LAfile.h"
#include <iostream>
#include <fstream>

Include dependency graph for DataLoad.cpp:

Go to the source code of this file.

Defines

#define MAXSTRING   1000000
#define CHECK   if (strlen(dataline) == MAXSTRING-1) { e = "Input SD line too long"; sdstream.close(); return(1); }
#define CHECK2   if (strlen(dataline) == MAXSTRING-1) { e = "Input data line too long"; datafile.close(); return(1); }


Generated on Mon Mar 10 13:55:45 2008 for GreyLab by  doxygen 1.5.3