Ignition Transport

API Reference

10.0.0
ReqHandler.hh File Reference
#include <google/protobuf/message.h>
#include <condition_variable>
#include <functional>
#include <memory>
#include <string>
#include "ignition/transport/config.hh"
#include "ignition/transport/Export.hh"
#include "ignition/transport/TransportTypes.hh"
#include "ignition/transport/Uuid.hh"

Go to the source code of this file.

Classes

class  IReqHandler
 Interface class used to manage a request handler. More...
 
class  ReqHandler< Req, Rep >
 It creates a reply handler for the specific protobuf messages used. 'Req' is a protobuf message type containing the input parameters of the service request. 'Rep' is a protobuf message type that will be filled with the service response. More...
 
class  ReqHandler< google::protobuf::Message, google::protobuf::Message >
 

Namespaces

 ignition
 
 ignition::transport