Public Types | Public Member Functions | Private Attributes
rosbag::BagCallbackT< T > Class Template Reference

#include <bag_player.h>

Inheritance diagram for rosbag::BagCallbackT< T >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef boost::function< void(const
boost::shared_ptr< const T > &)> 
Callback

Public Member Functions

 BagCallbackT (Callback cb)
void call (MessageInstance m)

Private Attributes

Callback cb_

Detailed Description

template<class T>
class rosbag::BagCallbackT< T >

Definition at line 56 of file bag_player.h.


Member Typedef Documentation

template<class T>
typedef boost::function<void (const boost::shared_ptr<const T>&)> rosbag::BagCallbackT< T >::Callback

Definition at line 59 of file bag_player.h.


Constructor & Destructor Documentation

template<class T>
rosbag::BagCallbackT< T >::BagCallbackT ( Callback  cb) [inline]

Definition at line 61 of file bag_player.h.


Member Function Documentation

template<class T>
void rosbag::BagCallbackT< T >::call ( MessageInstance  m) [inline, virtual]

Implements rosbag::BagCallback.

Definition at line 65 of file bag_player.h.


Member Data Documentation

template<class T>
Callback rosbag::BagCallbackT< T >::cb_ [private]

Definition at line 70 of file bag_player.h.


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


rosbag_storage
Author(s):
autogenerated on Fri Aug 28 2015 12:33:40