Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 1234]
▼Nignition | |
▼Ntransport | |
CAdvertiseMessage | Advertise packet used in the discovery protocol to broadcast information about the node advertising a topic. The information sent contains the name of the protobuf message type advertised. This message is used for advertising messages and services. 'T' is the Publisher type used inside this AdvertiseMessage object |
CAdvertiseMessageOptions | A class for customizing the publication options for a topic advertised. E.g.: Set the rate of messages per second published |
CAdvertiseOptions | A class for customizing the publication options for a topic or service advertised. E.g.: Set the scope of a topic/service |
CAdvertiseServiceOptions | A class for customizing the publication options for a service advertised |
CDiscovery | A discovery class that implements a distributed topic discovery protocol. It uses UDP multicast for sending/receiving messages and stores updated topic information. The discovery clients can request the discovery of a topic or the advertisement of a local topic. The discovery uses heartbeats to track the state of other peers in the network. The discovery clients can register callbacks to detect when new topics are discovered or topics are no longer available |
CHandlerStorage | Class to store and manage service call handlers |
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 | Interface class used to manage generic protobuf messages |
CMessageInfo | A class that provides information about the message received |
CMessagePublisher | This class stores all the information about a message publisher |
▼CNode | A class that allows a client to communicate with other peers. There are two main communication modes: pub/sub messages and service calls |
CPublisher | A class that is used to store information about an advertised publisher. An instance of this class is returned from Node::Advertise, and should be used in subsequent Node::Publisher::Publish calls |
CNodeOptions | A class for customizing the behavior of the Node. E.g.: Set a custom namespace or a partition name |
▼CNodeShared | Private data for the Node class. This class should not be directly used. You should use the Node class |
CHandlerInfo | HandlerInfo contains information about callback handlers which is useful for local publishers and message receivers. You should only retrieve a HandlerInfo by calling CheckHandlerInfo(const std::string &_topic) const |
CHandlerWrapper | This struct wraps up the two different types of subscription handlers: normal (deserialized) and raw (serialized). This wrapper keeps the two sets of subscription handlers coordinated while allowing them to act independently when necessary |
CSubscriberInfo | This struct provides information about the Subscribers of a Publisher. It should only be retrieved using CheckSubscriberInfo(const std::string&, const std::string&) const. The relevant subscriber info is a superset of the relevant HandlerInfo so we extend that struct |
CPublisher | This class stores all the information about a publisher. It stores the topic name that publishes, addresses, UUIDs, scope, etc |
CRawSubscriptionHandler | |
CRepHandler | With the service response |
CReqHandler | 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 |
CReqHandler< google::protobuf::Message, google::protobuf::Message > | |
CServicePublisher | This class stores all the information about a service publisher |
CSubscribeOptions | A class to provide different options for a subscription |
CSubscriptionHandler | It creates a subscription handler for a specific protobuf message. 'T' is the Protobuf message type that will be used for this particular handler |
CSubscriptionHandler< ProtoMsg > | Specialized template when the user prefers a callbacks that accepts a generic google::protobuf::message instead of a specific type |
CSubscriptionHandlerBase | SubscriptionHandlerBase contains functions and data which are common to all SubscriptionHandler types |
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 |
Nstd | STL namespace |