TAMSVIZ
Visualization and annotation tool for ROS
Public Member Functions | List of all members
Publisher< Message > Class Template Reference

Public Member Functions

 Publisher (const std::string &topic)
 
 Publisher (const Publisher &)=delete
 
Publisheroperator= (const Publisher &)=delete
 
const std::string & topic () const
 
void topic (const std::string &topic)
 
bool connected () const
 
void publish (const Message &message)
 
void publish (const std::shared_ptr< const Message > &message)
 
void publish (const std::string &topic, const Message &message)
 
void publish (const std::string &topic, const std::shared_ptr< const Message > &message)
 

Detailed Description

template<class Message>
class Publisher< Message >

Definition at line 71 of file topic.h.


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