#include <gtest/gtest.h>
#include "ros/ros.h"
#include "message_filters/synchronizer.h"
#include "message_filters/sync_policies/exact_time.h"
Go to the source code of this file.
Classes | |
struct | EventHelper |
struct | Header |
class | Helper |
struct | Msg |
struct | ros::message_traits::TimeStamp< Msg > |
Namespaces | |
namespace | ros |
namespace | ros::message_traits |
Typedefs | |
typedef boost::shared_ptr< Msg const > | MsgConstPtr |
typedef boost::shared_ptr< Msg > | MsgPtr |
typedef ExactTime< Msg, Msg > | Policy2 |
typedef ExactTime< Msg, Msg, Msg > | Policy3 |
typedef Synchronizer< Policy2 > | Sync2 |
typedef Synchronizer< Policy3 > | Sync3 |
Functions | |
int | main (int argc, char **argv) |
TEST (ExactTime, multipleTimes) | |
TEST (ExactTime, queueSize) | |
TEST (ExactTime, dropCallback) | |
TEST (ExactTime, eventInEventOut) |
typedef boost::shared_ptr<Msg const> MsgConstPtr |
Definition at line 56 of file test_exact_time_policy.cpp.
Definition at line 55 of file test_exact_time_policy.cpp.
typedef Synchronizer<Policy2> Sync2 |
Definition at line 97 of file test_exact_time_policy.cpp.
typedef Synchronizer<Policy3> Sync3 |
Definition at line 98 of file test_exact_time_policy.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 196 of file test_exact_time_policy.cpp.
Definition at line 104 of file test_exact_time_policy.cpp.
Definition at line 125 of file test_exact_time_policy.cpp.
Definition at line 151 of file test_exact_time_policy.cpp.
Definition at line 180 of file test_exact_time_policy.cpp.