
Public Member Functions | |
| bool | isInitialized () const |
| bool | isSubscribed () const |
| PublisherModel (const T &other) | |
| void | reset (ros::NodeHandle &nh) |
| std::string | topic () const |
Public Attributes | |
| T | publisher_ |
templated instances of base concept
Definition at line 125 of file publisher.hpp.
| naoqi::publisher::Publisher::PublisherModel< T >::PublisherModel | ( | const T & | other | ) | [inline] |
Definition at line 127 of file publisher.hpp.
| bool naoqi::publisher::Publisher::PublisherModel< T >::isInitialized | ( | ) | const [inline, virtual] |
Implements naoqi::publisher::Publisher::PublisherConcept.
Definition at line 136 of file publisher.hpp.
| bool naoqi::publisher::Publisher::PublisherModel< T >::isSubscribed | ( | ) | const [inline, virtual] |
Implements naoqi::publisher::Publisher::PublisherConcept.
Definition at line 141 of file publisher.hpp.
| void naoqi::publisher::Publisher::PublisherModel< T >::reset | ( | ros::NodeHandle & | nh | ) | [inline, virtual] |
Implements naoqi::publisher::Publisher::PublisherConcept.
Definition at line 146 of file publisher.hpp.
| std::string naoqi::publisher::Publisher::PublisherModel< T >::topic | ( | ) | const [inline, virtual] |
Implements naoqi::publisher::Publisher::PublisherConcept.
Definition at line 131 of file publisher.hpp.
| T naoqi::publisher::Publisher::PublisherModel< T >::publisher_ |
Definition at line 151 of file publisher.hpp.