Classes | Typedefs | Functions
test_synchronizer.cpp File Reference
#include <gtest/gtest.h>
#include "ros/time.h"
#include <ros/init.h>
#include "message_filters/synchronizer.h"
#include <boost/array.hpp>
Include dependency graph for test_synchronizer.cpp:

Go to the source code of this file.

Classes

struct  Header
struct  MethodHelper
struct  Msg
struct  NullPolicy< M0, M1, M2, M3, M4, M5, M6, M7, M8 >

Typedefs

typedef boost::shared_ptr< Msg
const > 
MsgConstPtr
typedef boost::shared_ptr< MsgMsgPtr
typedef NullPolicy< Msg, MsgPolicy2
typedef NullPolicy< Msg, Msg, MsgPolicy3
typedef NullPolicy< Msg, Msg,
Msg, Msg
Policy4
typedef NullPolicy< Msg, Msg,
Msg, Msg, Msg
Policy5
typedef NullPolicy< Msg, Msg,
Msg, Msg, Msg, Msg
Policy6
typedef NullPolicy< Msg, Msg,
Msg, Msg, Msg, Msg, Msg
Policy7
typedef NullPolicy< Msg, Msg,
Msg, Msg, Msg, Msg, Msg, Msg
Policy8
typedef NullPolicy< Msg, Msg,
Msg, Msg, Msg, Msg, Msg, Msg,
Msg
Policy9

Functions

void function2 (const MsgConstPtr &, const MsgConstPtr &)
void function3 (const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &)
void function4 (const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &)
void function5 (const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &)
void function6 (const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &)
void function7 (const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &)
void function8 (const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &, const MsgConstPtr &)
void function9 (const MsgConstPtr &, MsgConstPtr, const MsgPtr &, MsgPtr, const Msg &, Msg, const ros::MessageEvent< Msg const > &, const ros::MessageEvent< Msg > &, const MsgConstPtr &)
int main (int argc, char **argv)
 TEST (Synchronizer, compile2)
 TEST (Synchronizer, compile3)
 TEST (Synchronizer, compile4)
 TEST (Synchronizer, compile5)
 TEST (Synchronizer, compile6)
 TEST (Synchronizer, compile7)
 TEST (Synchronizer, compile8)
 TEST (Synchronizer, compile9)
 TEST (Synchronizer, compileFunction2)
 TEST (Synchronizer, compileFunction3)
 TEST (Synchronizer, compileFunction4)
 TEST (Synchronizer, compileFunction5)
 TEST (Synchronizer, compileFunction6)
 TEST (Synchronizer, compileFunction7)
 TEST (Synchronizer, compileFunction8)
 TEST (Synchronizer, compileFunction9)
 TEST (Synchronizer, compileMethod2)
 TEST (Synchronizer, compileMethod3)
 TEST (Synchronizer, compileMethod4)
 TEST (Synchronizer, compileMethod5)
 TEST (Synchronizer, compileMethod6)
 TEST (Synchronizer, compileMethod7)
 TEST (Synchronizer, compileMethod8)
 TEST (Synchronizer, add2)
 TEST (Synchronizer, add3)
 TEST (Synchronizer, add4)
 TEST (Synchronizer, add5)
 TEST (Synchronizer, add6)
 TEST (Synchronizer, add7)
 TEST (Synchronizer, add8)
 TEST (Synchronizer, add9)

Typedef Documentation

typedef boost::shared_ptr<Msg const> MsgConstPtr

Definition at line 56 of file test_synchronizer.cpp.

typedef boost::shared_ptr<Msg> MsgPtr

Definition at line 55 of file test_synchronizer.cpp.

Definition at line 90 of file test_synchronizer.cpp.

Definition at line 91 of file test_synchronizer.cpp.

Definition at line 92 of file test_synchronizer.cpp.

Definition at line 93 of file test_synchronizer.cpp.

Definition at line 94 of file test_synchronizer.cpp.

Definition at line 95 of file test_synchronizer.cpp.

Definition at line 96 of file test_synchronizer.cpp.

Definition at line 97 of file test_synchronizer.cpp.


Function Documentation

void function2 ( const MsgConstPtr ,
const MsgConstPtr  
)

Definition at line 147 of file test_synchronizer.cpp.

void function3 ( const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr  
)

Definition at line 148 of file test_synchronizer.cpp.

void function4 ( const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr  
)

Definition at line 149 of file test_synchronizer.cpp.

void function5 ( const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr  
)

Definition at line 150 of file test_synchronizer.cpp.

void function6 ( const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr  
)

Definition at line 151 of file test_synchronizer.cpp.

void function7 ( const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr  
)

Definition at line 152 of file test_synchronizer.cpp.

void function8 ( const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr ,
const MsgConstPtr  
)

Definition at line 153 of file test_synchronizer.cpp.

void function9 ( const MsgConstPtr ,
MsgConstPtr  ,
const MsgPtr ,
MsgPtr  ,
const Msg ,
Msg  ,
const ros::MessageEvent< Msg const > &  ,
const ros::MessageEvent< Msg > &  ,
const MsgConstPtr  
)

Definition at line 154 of file test_synchronizer.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 453 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile2   
)

Definition at line 99 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile3   
)

Definition at line 105 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile4   
)

Definition at line 111 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile5   
)

Definition at line 117 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile6   
)

Definition at line 123 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile7   
)

Definition at line 129 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile8   
)

Definition at line 135 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile9   
)

Definition at line 141 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction2   
)

Definition at line 156 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction3   
)

Definition at line 162 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction4   
)

Definition at line 168 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction5   
)

Definition at line 174 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction6   
)

Definition at line 180 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction7   
)

Definition at line 186 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction8   
)

Definition at line 192 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction9   
)

Definition at line 198 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod2   
)

Definition at line 216 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod3   
)

Definition at line 223 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod4   
)

Definition at line 230 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod5   
)

Definition at line 237 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod6   
)

Definition at line 244 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod7   
)

Definition at line 251 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod8   
)

Definition at line 258 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add2   
)

Definition at line 265 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add3   
)

Definition at line 278 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add4   
)

Definition at line 294 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add5   
)

Definition at line 313 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add6   
)

Definition at line 335 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add7   
)

Definition at line 360 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add8   
)

Definition at line 388 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add9   
)

Definition at line 419 of file test_synchronizer.cpp.



message_filters
Author(s): Josh Faust, Vijay Pradeep
autogenerated on Mon Oct 6 2014 11:47:35