#include <horizon_legacy_wrapper.h>
Public Types | |
typedef boost::shared_ptr < const T > | ConstPtr |
typedef boost::shared_ptr< T > | Ptr |
Public Member Functions | |
BOOST_STATIC_ASSERT_MSG ((boost::is_base_of< clearpath::Message, T >::value),"T must be a descendant of clearpath::Message") | |
Static Public Member Functions | |
static Ptr | getLatest (double timeout) |
static Ptr | requestData (double timeout) |
static void | subscribe (double frequency) |
static void | unsubscribe () |
Definition at line 55 of file horizon_legacy_wrapper.h.
typedef boost::shared_ptr<const T> horizon_legacy::Channel< T >::ConstPtr |
Definition at line 59 of file horizon_legacy_wrapper.h.
typedef boost::shared_ptr<T> horizon_legacy::Channel< T >::Ptr |
Definition at line 58 of file horizon_legacy_wrapper.h.
horizon_legacy::Channel< T >::BOOST_STATIC_ASSERT_MSG | ( | (boost::is_base_of< clearpath::Message, T >::value) | , |
"T must be a descendant of clearpath::Message" | |||
) |
static Ptr horizon_legacy::Channel< T >::getLatest | ( | double | timeout | ) | [inline, static] |
Definition at line 65 of file horizon_legacy_wrapper.h.
static Ptr horizon_legacy::Channel< T >::requestData | ( | double | timeout | ) | [inline, static] |
Definition at line 95 of file horizon_legacy_wrapper.h.
static void horizon_legacy::Channel< T >::subscribe | ( | double | frequency | ) | [inline, static] |
Definition at line 109 of file horizon_legacy_wrapper.h.
static void horizon_legacy::Channel< T >::unsubscribe | ( | ) | [inline, static] |
Definition at line 114 of file horizon_legacy_wrapper.h.