#include "exceptions.h"
#include "request_wrapper.h"
#include "response_wrapper.h"
#include <rve_common/uuid.h>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <ros/message_event.h>
Go to the source code of this file.
Classes | |
class | rve_rpc::CallHandle< Req, Res > |
struct | rve_rpc::CallHandle< Req, Res >::Data |
Namespaces | |
namespace | rve_rpc |
Typedefs | |
typedef boost::function< void(const ResponseWrapperConstPtr &)> | rve_rpc::RespondFn |