Ginan
Loading...
Searching...
No Matches
inputs.cpp File Reference

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 ()
 

Function Documentation

◆ addReceiverData()

void addReceiverData ( string stationId,
vector< string > & inputNames,
string inputFormat,
string dataType )

Create a receiver object from an input.

Parameters
stationIdId of receiver to add data for
inputNamesFilename to create receiver from
inputFormatType of data in file
dataTypeType of data
Here is the call graph for this function:
Here is the caller graph for this function:

◆ checkValidFile()

bool checkValidFile ( const string & path,
const string & description )

Check that filename is valid and the file exists.

Parameters
pathFilename to check
descriptionDescription for error messages
Here is the caller graph for this function:

◆ checkValidFiles()

bool checkValidFiles ( vector< string > & paths,
const string & description )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fileChanged()

bool fileChanged ( string filename)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Input_Files__()

Input Input_Files__ ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ reloadInputFiles()

void reloadInputFiles ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ removeInvalidFiles()

void removeInvalidFiles ( vector< string > & files)
Here is the call graph for this function:
Here is the caller graph for this function: