#include <google/protobuf/message.h>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include <string>
#include "common/Console.hh"
#include "msgs/msgs.hh"
#include "common/Exception.hh"
Go to the source code of this file.
Classes | |
class | gazebo::transport::CallbackHelper |
A helper class to handle callbacks when messages arrive. More... | |
class | gazebo::transport::CallbackHelperT< M > |
Callback helper Template. More... | |
class | gazebo::transport::RawCallbackHelper |
Used to connect publishers to subscribers, where the subscriber wants the raw data from the publisher. More... | |
Namespaces | |
namespace | gazebo |
Forward declarations for the common classes. | |
namespace | gazebo::transport |
Typedefs | |
typedef CallbackHelper * | gazebo::transport::CallbackHelperPtr |
boost shared pointer to transport::CallbackHelper | |