#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 | |
| ros | |
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, dropCallback) | |
| TEST (ExactTime, eventInEventOut) | |
| TEST (ExactTime, multipleTimes) | |
| TEST (ExactTime, queueSize) | |
| typedef boost::shared_ptr<Msg const> MsgConstPtr |
Definition at line 56 of file test_exact_time_policy.cpp.
| typedef boost::shared_ptr<Msg> MsgPtr |
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.
| TEST | ( | ExactTime | , |
| dropCallback | |||
| ) |
Definition at line 151 of file test_exact_time_policy.cpp.
| TEST | ( | ExactTime | , |
| eventInEventOut | |||
| ) |
Definition at line 180 of file test_exact_time_policy.cpp.
| TEST | ( | ExactTime | , |
| multipleTimes | |||
| ) |
Definition at line 104 of file test_exact_time_policy.cpp.
| TEST | ( | ExactTime | , |
| queueSize | |||
| ) |
Definition at line 125 of file test_exact_time_policy.cpp.