▼Nignition | |
▼Ntransport | |
CAdvertiseMessage | Advertise packet used in the discovery protocol to broadcast information about the node advertising a topic |
CAdvertiseMessageOptions | A class for customizing the publication options for a topic advertised |
CAdvertiseOptions | Ignition/transport/AdvertiseOptions.hh |
CAdvertiseServiceOptions | A class for customizing the publication options for a service advertised |
CDiscovery | A discovery class that implements a distributed topic discovery protocol |
CHandlerStorage | Ignition/transport/HandlerStorage.hh |
CHeader | Header included in each discovery message containing the version of the discovery protocol, the process UUID of the sender node, the type |
CIRepHandler | Interface class used to manage a replier handler |
CIReqHandler | Interface class used to manage a request handler |
CISubscriptionHandler | Ignition/transport/SubscriptionHandler.hh |
CMessageInfo | A class that provides information about the message received |
CMessagePublisher | Ignition/transport/Publisher.hh |
▼CNode | A class that allows a client to communicate with other peers |
CPublisher | A class that is used to store information about an advertised publisher |
CNodeOptions | A class for customizing the behavior of the Node |
CNodeOptionsPrivate | |
CNodePrivate | |
CNodeShared | Private data for the Node class |
CPublisher | Ignition/transport/Publisher.hh |
CRepHandler | With the service response |
CReqHandler | It creates a reply handler for the specific protobuf messages used |
CReqHandler< google::protobuf::Message, google::protobuf::Message > | |
CServicePublisher | Ignition/transport/Publisher.hh |
CSubscribeOptions | Ignition/transport/SubscribeOptions.hh |
CSubscribeOptionsPrivate | Ignition/transport/SubscribeOptionsPrivate.hh |
CSubscriptionHandler | It creates a subscription handler for a specific protobuf message |
CSubscriptionHandler< ProtoMsg > | Specialized template when the user prefers a callbacks that accepts a generic google::protobuf::message instead of a specific type |
CSubscriptionMsg | Subscription packet used in the discovery protocol for requesting information about a given topic |
CTopicStorage | Store address information about topics and provide convenient methods for adding new topics, removing them, etc |
CTopicUtils | This class provides different utilities related with topics |
CUuid | A portable class for representing a Universally Unique Identifier |
CReqHandler< google::protobuf::Message > | Template specialization for google::protobuf::Message |