#include <subscriber_impl.h>
Public Member Functions | |
template<class M2 > | |
boost::enable_if < ros::message_traits::HasHeader < M2 >, void >::type | handleMessage (const boost::shared_ptr< M const > &msg) |
template<class M2 > | |
boost::disable_if < ros::message_traits::HasHeader < M2 >, void >::type | handleMessage (const boost::shared_ptr< M const > &msg) |
StorageSubscriberImpl (ros::NodeHandle &nh, const std::string &topic, boost::shared_ptr< M const > *dest, const ros::TransportHints &transport_hints) | |
Private Attributes | |
boost::shared_ptr< M const > * | dest_ |
Definition at line 401 of file subscriber_impl.h.
swri::StorageSubscriberImpl< M >::StorageSubscriberImpl | ( | ros::NodeHandle & | nh, |
const std::string & | topic, | ||
boost::shared_ptr< M const > * | dest, | ||
const ros::TransportHints & | transport_hints | ||
) | [inline] |
Definition at line 406 of file subscriber_impl.h.
boost::enable_if< ros::message_traits::HasHeader<M2>, void>::type swri::StorageSubscriberImpl< M >::handleMessage | ( | const boost::shared_ptr< M const > & | msg | ) | [inline] |
Definition at line 434 of file subscriber_impl.h.
boost::disable_if< ros::message_traits::HasHeader<M2>, void>::type swri::StorageSubscriberImpl< M >::handleMessage | ( | const boost::shared_ptr< M const > & | msg | ) | [inline] |
Definition at line 443 of file subscriber_impl.h.
boost::shared_ptr< M const >* swri::StorageSubscriberImpl< M >::dest_ [private] |
Definition at line 403 of file subscriber_impl.h.