A publication for a topic.
More...
#include <transport/transport.hh>
A publication for a topic.
This facilitates transport of messages
gazebo::transport::Publication::Publication |
( |
const std::string & |
_topic, |
|
|
const std::string & |
_msgType |
|
) |
| |
Constructor.
- Parameters
-
[in] | _topic | The topic we're publishing |
[in] | _msgType | The type of the topic we're publishing |
virtual gazebo::transport::Publication::~Publication |
( |
| ) |
|
|
virtual |
void gazebo::transport::Publication::AddPublisher |
( |
PublisherPtr |
_pub | ) |
|
void gazebo::transport::Publication::AddSubscription |
( |
const CallbackHelperPtr |
_callback | ) |
|
void gazebo::transport::Publication::AddSubscription |
( |
const NodePtr & |
_node | ) |
|
Subscribe a node to our topic.
- Parameters
-
Add a transport.
- Parameters
-
[in] | _publink | Pointer to publication transport object to be added |
unsigned int gazebo::transport::Publication::GetCallbackCount |
( |
| ) |
const |
Get the number of callbacks.
- Returns
- The number of callbacks
bool gazebo::transport::Publication::GetLocallyAdvertised |
( |
| ) |
const |
std::string gazebo::transport::Publication::GetMsgType |
( |
| ) |
const |
Get the type of message.
- Returns
- The type of message
unsigned int gazebo::transport::Publication::GetNodeCount |
( |
| ) |
const |
Get the number of nodes.
- Returns
- The number of nodes
unsigned int gazebo::transport::Publication::GetRemoteSubscriptionCount |
( |
| ) |
|
Get the number of remote subscriptions.
- Returns
- The number of remote subscriptions
unsigned int gazebo::transport::Publication::GetTransportCount |
( |
| ) |
const |
Get the number of transports.
- Returns
- The number of transports
bool gazebo::transport::Publication::HasTransport |
( |
const std::string & |
_host, |
|
|
unsigned int |
_port |
|
) |
| |
Does a given transport exist?
- Parameters
-
[in] | _host | Hostname of the transport |
[in] | _port | Port of the transport |
- Returns
- true if the transport exists, false otherwise
void gazebo::transport::Publication::LocalPublish |
( |
const std::string & |
_data | ) |
|
Publish data to local subscribers (skip serialization)
- Parameters
-
[in] | _data | The data to be published |
void gazebo::transport::Publication::Publish |
( |
const google::protobuf::Message & |
_msg, |
|
|
const boost::function< void()> & |
_cb = NULL |
|
) |
| |
Publish data to remote subscribers.
- Parameters
-
[in] | _msg | Message to be published |
[in] | _cb | If non-null, callback to be invoked after publishing is completed |
void gazebo::transport::Publication::RemoveSubscription |
( |
const NodePtr & |
_node | ) |
|
Unsubscribe a node from our topic.
- Parameters
-
void gazebo::transport::Publication::RemoveSubscription |
( |
const std::string & |
_host, |
|
|
unsigned int |
_port |
|
) |
| |
Unsubscribe a a node by host/port from our topic.
- Parameters
-
[in] | _host | The node's hostname |
[in] | _port | The node's port |
void gazebo::transport::Publication::RemoveTransport |
( |
const std::string & |
_host, |
|
|
unsigned int |
_port |
|
) |
| |
Remove a transport.
- Parameters
-
[in] | _host | The transport's hostname |
[in] | _port | The transport's port |
void gazebo::transport::Publication::SetLocallyAdvertised |
( |
bool |
_value | ) |
|
The documentation for this class was generated from the following file: