Function eCAL::Config::getEcalDefaultPaths

Function Documentation

std::vector<std::string> eCAL::Config::getEcalDefaultPaths(const Util::IDirProvider &dir_provider_, const Util::IDirManager &dir_manager_)

Returns the default paths for possible ecal configurations in following order:

   1. ECAL_DATA environment varible path if set
   2. local user path
   3. system path like etc, ProgramData

Returns:

std::vector<std::string> The default paths for possible ecal configurations.