KaCanOpen
 All Classes Functions Variables Typedefs Enumerations Pages
Public Member Functions | List of all members
kaco::Publisher Class Referenceabstract

Interface, which provides methods for publishing topics. More...

#include <publisher.h>

Inheritance diagram for kaco::Publisher:
Inheritance graph
[legend]

Public Member Functions

virtual void advertise ()=0
 Advertise the publisher to the network. This is called by Bridge after ros::init(). You should not call this method by yourself.
 
virtual void publish ()=0
 This will be called repeatedly by kaco::Bridge::run()
 

Detailed Description

Interface, which provides methods for publishing topics.

Definition at line 37 of file publisher.h.


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