All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
gazebo::transport::PublishTask Class Reference

More...

#include <Node.hh>

Public Member Functions

 PublishTask (transport::PublisherPtr _pub, const google::protobuf::Message &_message)
 Constructor.
tbb::task * execute ()
 Overridden function from tbb::task that exectues the publish task.

Detailed Description

Task used by Node::Publish to publish on a one-time publisher

Constructor & Destructor Documentation

gazebo::transport::PublishTask::PublishTask ( transport::PublisherPtr  _pub,
const google::protobuf::Message &  _message 
)
inline

Constructor.

Parameters
[in]_pubPublisher to publish the message on.
[in]_messageMessage to publish

Member Function Documentation

tbb::task* gazebo::transport::PublishTask::execute ( )
inline

Overridden function from tbb::task that exectues the publish task.

References NULL.


The documentation for this class was generated from the following file: