Ginan
|
Functions | |
Input | Input_Files__ () |
bool | checkValidFile (const string &path, const string &description) |
Check that filename is valid and the file exists. | |
bool | checkValidFiles (vector< string > &paths, const string &description) |
bool | fileChanged (string filename) |
void | removeInvalidFiles (vector< string > &files) |
void | addStationData (string stationId, vector< string > &inputNames, string inputFormat, string dataType) |
Create a station object from an input. | |
void | reloadInputFiles () |
void addStationData | ( | string | stationId, |
vector< string > & | inputNames, | ||
string | inputFormat, | ||
string | dataType ) |
Create a station object from an input.
stationId | Id of station to add data for |
inputNames | Filename to create station from |
inputFormat | Type of data in file |
dataType | Type of data |
bool checkValidFile | ( | const string & | path, |
const string & | description ) |
Check that filename is valid and the file exists.
path | Filename to check |
description | Description for error messages |
bool checkValidFiles | ( | vector< string > & | paths, |
const string & | description ) |
bool fileChanged | ( | string | filename | ) |
Input Input_Files__ | ( | ) |
void reloadInputFiles | ( | ) |
void removeInvalidFiles | ( | vector< string > & | files | ) |