63std::string NextWord( std::string& str );
A Channel contains several data Sections representing observations of the same physical quantity.
Represents the data within a file.
Represents a continuously sampled sweep of data points.
bool exportASCIIFile(const std::string &fName, const Section &Export)
Export a Section to a text file.
void importASCIIFile(const std::string &fName, int hLinesToSkip, int nColumns, bool firstIsTime, bool toSection, Recording &ReturnRec, ProgressInfo &progDlg)
Open an ASCII file and store its contents to a Recording object.
Declares the Recording class.