![]() |
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 | addReceiverData (string stationId, vector< string > &inputNames, string inputFormat, string dataType) |
| Create a receiver object from an input. | |
| void | reloadInputFiles () |
| void addReceiverData | ( | string | stationId, |
| vector< string > & | inputNames, | ||
| string | inputFormat, | ||
| string | dataType ) |
Create a receiver object from an input.
| stationId | Id of receiver to add data for |
| inputNames | Filename to create receiver 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 | ) |