TransportTypes.hh File Reference
#include <google/protobuf/message.h>
#include <chrono>
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "gz/transport/config.hh"
#include "gz/transport/Publisher.hh"
Go to the source code of this file.
Namespaces | |
namespace | gz |
namespace | gz::transport |
Variables | |
const int | kDefaultRcvHwm = 1000 |
The high water mark of the recieve message buffer. | |
const int | kDefaultSndHwm = 1000 |
The high water mark of the send message buffer. | |
const std::string | kGenericMessageType = "google.protobuf.Message" |
The string type used for generic messages. | |