#include <publication.h>

Public Types | |
| typedef boost::shared_ptr < Publication< M > > | shared_ptr |
Public Member Functions | |
| Publication (const std::string &topic) | |
| bool | publish (M message) |
| ~Publication () | |
Definition at line 14 of file publication.h.
| typedef boost::shared_ptr< Publication<M> > hpcl_rtt::Publication< M >::shared_ptr |
Reimplemented from hpcl_rtt::ConnectionBase.
Definition at line 17 of file publication.h.
| hpcl_rtt::Publication< M >::Publication | ( | const std::string & | topic | ) | [inline] |
Definition at line 19 of file publication.h.
| hpcl_rtt::Publication< M >::~Publication | ( | ) | [inline] |
Definition at line 20 of file publication.h.
| bool hpcl_rtt::Publication< M >::publish | ( | M | message | ) | [inline] |
Definition at line 22 of file publication.h.