test_synchronizer.cpp File Reference

#include <gtest/gtest.h>
#include "ros/time.h"
#include <ros/init.h>
#include "message_filters/synchronizer.h"
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, add9)
 TEST (Synchronizer, add8)
 TEST (Synchronizer, add7)
 TEST (Synchronizer, add6)
 TEST (Synchronizer, add5)
 TEST (Synchronizer, add4)
 TEST (Synchronizer, add3)
 TEST (Synchronizer, add2)
 TEST (Synchronizer, compileMethod8)
 TEST (Synchronizer, compileMethod7)
 TEST (Synchronizer, compileMethod6)
 TEST (Synchronizer, compileMethod5)
 TEST (Synchronizer, compileMethod4)
 TEST (Synchronizer, compileMethod3)
 TEST (Synchronizer, compileMethod2)
 TEST (Synchronizer, compileFunction9)
 TEST (Synchronizer, compileFunction8)
 TEST (Synchronizer, compileFunction7)
 TEST (Synchronizer, compileFunction6)
 TEST (Synchronizer, compileFunction5)
 TEST (Synchronizer, compileFunction4)
 TEST (Synchronizer, compileFunction3)
 TEST (Synchronizer, compileFunction2)
 TEST (Synchronizer, compile9)
 TEST (Synchronizer, compile8)
 TEST (Synchronizer, compile7)
 TEST (Synchronizer, compile6)
 TEST (Synchronizer, compile5)
 TEST (Synchronizer, compile4)
 TEST (Synchronizer, compile3)
 TEST (Synchronizer, compile2)

Typedef Documentation

typedef boost::shared_ptr<Msg const> MsgConstPtr

Definition at line 55 of file test_synchronizer.cpp.

typedef boost::shared_ptr<Msg> MsgPtr

Definition at line 54 of file test_synchronizer.cpp.

Definition at line 89 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.


Function Documentation

void function2 ( const MsgConstPtr ,
const MsgConstPtr  
)

Definition at line 146 of file test_synchronizer.cpp.

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

Definition at line 147 of file test_synchronizer.cpp.

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

Definition at line 148 of file test_synchronizer.cpp.

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

Definition at line 149 of file test_synchronizer.cpp.

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

Definition at line 150 of file test_synchronizer.cpp.

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

Definition at line 151 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 152 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 153 of file test_synchronizer.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 452 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add9   
)

Definition at line 418 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add8   
)

Definition at line 387 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add7   
)

Definition at line 359 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add6   
)

Definition at line 334 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add5   
)

Definition at line 312 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add4   
)

Definition at line 293 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add3   
)

Definition at line 277 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
add2   
)

Definition at line 264 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod8   
)

Definition at line 257 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod7   
)

Definition at line 250 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod6   
)

Definition at line 243 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod5   
)

Definition at line 236 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod4   
)

Definition at line 229 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod3   
)

Definition at line 222 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileMethod2   
)

Definition at line 215 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction9   
)

Definition at line 197 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction8   
)

Definition at line 191 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction7   
)

Definition at line 185 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction6   
)

Definition at line 179 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction5   
)

Definition at line 173 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction4   
)

Definition at line 167 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction3   
)

Definition at line 161 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compileFunction2   
)

Definition at line 155 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile9   
)

Definition at line 140 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile8   
)

Definition at line 134 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile7   
)

Definition at line 128 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile6   
)

Definition at line 122 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile5   
)

Definition at line 116 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile4   
)

Definition at line 110 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile3   
)

Definition at line 104 of file test_synchronizer.cpp.

TEST ( Synchronizer  ,
compile2   
)

Definition at line 98 of file test_synchronizer.cpp.

 All Classes Namespaces Files Functions Variables Typedefs


message_filters
Author(s): Josh Faust (jfaust@willowgarage.com), Vijay Pradeep (vpradeep@willowgarage.com)
autogenerated on Fri Jan 11 10:09:15 2013