#include <google/protobuf/message.h>
#include <algorithm>
#include <functional>
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <unordered_set>
#include <vector>
#include "ignition/transport/AdvertiseOptions.hh"
#include "ignition/transport/Helpers.hh"
#include "ignition/transport/NodeOptions.hh"
#include "ignition/transport/NodeShared.hh"
#include "ignition/transport/Publisher.hh"
#include "ignition/transport/RepHandler.hh"
#include "ignition/transport/ReqHandler.hh"
#include "ignition/transport/SubscriptionHandler.hh"
#include "ignition/transport/TopicUtils.hh"
#include "ignition/transport/TransportTypes.hh"
Go to the source code of this file.
Classes | |
class | ignition::transport::Node |
A class that allows a client to communicate with other peers. More... | |
Namespaces | |
ignition | |
ignition::transport | |
Functions | |
IGNITION_VISIBLE void | ignition::transport::waitForShutdown () |
Block the current thread until a SIGINT or SIGTERM is received. More... | |