Namespaces | Functions
CommonIface.hh File Reference
#include <string>
#include <vector>
#include <boost/uuid/sha1.hpp>
#include <iomanip>
#include <sstream>
#include "gazebo/util/system.hh"
Include dependency graph for CommonIface.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 gazebo
 Forward declarations for the common classes.
 
 gazebo::common
 Common namespace.
 

Functions

GZ_COMMON_VISIBLE void gazebo::common::add_search_path_suffix (const std::string &_suffix)
 add path sufix to common::SystemPaths More...
 
GZ_COMMON_VISIBLE std::string gazebo::common::find_file (const std::string &_file)
 search for file in common::SystemPaths More...
 
GZ_COMMON_VISIBLE std::string gazebo::common::find_file (const std::string &_file, bool _searchLocalPath)
 search for file in common::SystemPaths More...
 
GZ_COMMON_VISIBLE 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...
 
GZ_COMMON_VISIBLE const char * gazebo::common::getEnv (const char *_name)
 Cross platform retrieval of an environment variable. More...
 
GZ_COMMON_VISIBLE void gazebo::common::load ()
 Load the common library. More...