#include <gtest/gtest.h>
#include "ros/time.h"
#include <ros/init.h>
#include "message_filters/chain.h"
Go to the source code of this file.
Classes | |
class | Helper |
struct | Msg |
struct | PTDerived |
Typedefs | |
typedef boost::shared_ptr< Msg const > | MsgConstPtr |
typedef boost::shared_ptr< Msg > | MsgPtr |
typedef boost::shared_ptr < PassThrough< Msg > > | PassThroughPtr |
Functions | |
int | main (int argc, char **argv) |
TEST (Chain, simple) | |
TEST (Chain, multipleFilters) | |
TEST (Chain, addingFilters) | |
TEST (Chain, inputFilter) | |
TEST (Chain, nonSharedPtrFilter) | |
TEST (Chain, retrieveFilter) | |
TEST (Chain, retrieveFilterThroughBaseClass) | |
TEST (Chain, retrieveBaseClass) |
typedef boost::shared_ptr<Msg const> MsgConstPtr |
Definition at line 47 of file test_chain.cpp.
Definition at line 46 of file test_chain.cpp.
typedef boost::shared_ptr<PassThrough<Msg> > PassThroughPtr |
Definition at line 64 of file test_chain.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 181 of file test_chain.cpp.
Definition at line 66 of file test_chain.cpp.
Definition at line 79 of file test_chain.cpp.
Definition at line 95 of file test_chain.cpp.
Definition at line 113 of file test_chain.cpp.
Definition at line 129 of file test_chain.cpp.
Definition at line 143 of file test_chain.cpp.
Definition at line 155 of file test_chain.cpp.
Definition at line 173 of file test_chain.cpp.