Public Member Functions | Private Attributes
hpcl_rtt::Subscription< M > Class Template Reference

#include <subscription.h>

Inheritance diagram for hpcl_rtt::Subscription< M >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool call ()
bool channelReady (ChannelElementBase::shared_ptr end_port)
void setCallback (boost::function< void(M)> fp)
 Subscription (const std::string &topic)
 Subscription (const std::string &topic, boost::function< void(M)> fp)
 ~Subscription ()

Private Attributes

boost::function< void(M)> callback

Detailed Description

template<class M>
class hpcl_rtt::Subscription< M >

Definition at line 12 of file subscription.h.


Constructor & Destructor Documentation

template<class M>
hpcl_rtt::Subscription< M >::Subscription ( const std::string &  topic) [inline]

Definition at line 16 of file subscription.h.

template<class M>
hpcl_rtt::Subscription< M >::Subscription ( const std::string &  topic,
boost::function< void(M)>  fp 
) [inline]

Definition at line 17 of file subscription.h.

template<class M>
hpcl_rtt::Subscription< M >::~Subscription ( ) [inline]

Definition at line 21 of file subscription.h.


Member Function Documentation

template<class M>
bool hpcl_rtt::Subscription< M >::call ( ) [inline]

Definition at line 37 of file subscription.h.

template<class M>
bool hpcl_rtt::Subscription< M >::channelReady ( ChannelElementBase::shared_ptr  end_port) [inline]

Definition at line 28 of file subscription.h.

template<class M>
void hpcl_rtt::Subscription< M >::setCallback ( boost::function< void(M)>  fp) [inline]

Definition at line 23 of file subscription.h.


Member Data Documentation

template<class M>
boost::function<void(M)> hpcl_rtt::Subscription< M >::callback [private]

Definition at line 59 of file subscription.h.


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


hpcl_rtt
Author(s): sukha
autogenerated on Thu Aug 27 2015 16:43:53