Function eCAL::Config::dumpConfigToFile

Function Documentation

bool eCAL::Config::dumpConfigToFile(const eCAL::Configuration &config_ = eCAL::GetConfiguration(), const std::string &file_path_ = ECAL_DEFAULT_CFG)

Dump the given configuration to a file.

Parameters:
  • config_ – The configuration to dump.

  • file_path_ – The complete path to the file to write the configuration to.

Returns:

bool True if the configuration was successfully written to the file, false otherwise.