Provides implementation of GreyLabWindow functions to load the data.
Definition in file DataLoad.cpp.
#include "GreyLab.h"
#include "LAfile.h"
#include <iostream>
#include <fstream>

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); } |
1.5.3