#include <string>#include <vector>#include <boost/uuid/sha1.hpp>#include <iomanip>#include <sstream>

Go to the source code of this file.
Namespaces | |
| namespace | gazebo |
| Forward declarations for the common classes. | |
| namespace | gazebo::common |
| Common namespace. | |
Functions | |
| void | gazebo::common::add_search_path_suffix (const std::string &_suffix) |
| add path sufix to common::SystemPaths More... | |
| std::string | gazebo::common::find_file (const std::string &_file) |
| search for file in common::SystemPaths More... | |
| std::string | gazebo::common::find_file (const std::string &_file, bool _searchLocalPath) |
| search for file in common::SystemPaths More... | |
| std::string | gazebo::common::find_file_path (const std::string &_file) |
| search for a file in common::SystemPaths More... | |
| template<typename T > | |
| std::string | gazebo::common::get_sha1 (const T &_buffer) |
| Compute the SHA1 hash of an array of bytes. More... | |
| void | gazebo::common::load () |
| Load the common library. More... | |