#include <core_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< sawyer::Message, T >::value),"T must be a descendant of sawyer::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 58 of file core_wrapper.h.
typedef boost::shared_ptr<const T> core::Channel< T >::ConstPtr |
Definition at line 62 of file core_wrapper.h.
typedef boost::shared_ptr<T> core::Channel< T >::Ptr |
Definition at line 61 of file core_wrapper.h.
core::Channel< T >::BOOST_STATIC_ASSERT_MSG | ( | (boost::is_base_of< sawyer::Message, T >::value) | , |
"T must be a descendant of sawyer::Message" | |||
) |
|
inlinestatic |
Definition at line 68 of file core_wrapper.h.
|
inlinestatic |
Definition at line 98 of file core_wrapper.h.
|
inlinestatic |
Definition at line 113 of file core_wrapper.h.
|
inlinestatic |
Definition at line 118 of file core_wrapper.h.