Functions | |
std::string & | getBootConfigFile () |
void | getFiles (const boost::filesystem::path &root, const std::string &ext, std::vector< boost::filesystem::path > &ret) |
void | getFilesSize (const boost::filesystem::path &root, long &file_size) |
void | getFoldersize (std::string rootFolder, long &file_size) |
std::string & | getURDF (std::string filename) |
Variables | |
static const std::string | boot_config_file_name = "boot_config.json" |
static const long | folderMaximumSize = 2000000000 |
std::string& naoqi::helpers::filesystem::getBootConfigFile | ( | ) | [inline] |
Definition at line 98 of file filesystem_helpers.hpp.
void naoqi::helpers::filesystem::getFiles | ( | const boost::filesystem::path & | root, |
const std::string & | ext, | ||
std::vector< boost::filesystem::path > & | ret | ||
) | [inline] |
Definition at line 64 of file filesystem_helpers.hpp.
void naoqi::helpers::filesystem::getFilesSize | ( | const boost::filesystem::path & | root, |
long & | file_size | ||
) | [inline] |
Definition at line 81 of file filesystem_helpers.hpp.
void naoqi::helpers::filesystem::getFoldersize | ( | std::string | rootFolder, |
long & | file_size | ||
) | [inline] |
Definition at line 41 of file filesystem_helpers.hpp.
std::string& naoqi::helpers::filesystem::getURDF | ( | std::string | filename | ) | [inline] |
Definition at line 112 of file filesystem_helpers.hpp.
const std::string naoqi::helpers::filesystem::boot_config_file_name = "boot_config.json" [static] |
Boot config loader
Definition at line 97 of file filesystem_helpers.hpp.
const long naoqi::helpers::filesystem::folderMaximumSize = 2000000000 [static] |
Definition at line 39 of file filesystem_helpers.hpp.