Functions | |
std::vector< std::string > | getFilesWithPaths (const std::vector< std::string > &vecFilenames, const std::string &inpath, const std::string &dflt_extension) |
Get the file names together with paths and check for validity. More... | |
void | scanMeteoPath (const Config &cfg, const std::string &inpath, std::vector< std::string > &vecFilenames, const std::string &pattern) |
std::vector< std::string > mio::PLUGIN::getFilesWithPaths | ( | const std::vector< std::string > & | vecFilenames, |
const std::string & | inpath, | ||
const std::string & | dflt_extension | ||
) |
Get the file names together with paths and check for validity.
vecFilenames | The vector of filenames to check. |
inpath | The input path |
dflt_extension | The extension to add to the filename if it is missing |
InvalidNameException | if a filename is invalid |
void mio::PLUGIN::scanMeteoPath | ( | const Config & | cfg, |
const std::string & | inpath, | ||
std::vector< std::string > & | vecFilenames, | ||
const std::string & | pattern | ||
) |