#include <socketcan_bridge/topic_to_socketcan.h>
#include <socketcan_bridge/socketcan_to_topic.h>
#include <can_msgs/Frame.h>
#include <socketcan_interface/socketcan.h>
#include <socketcan_interface/dummy.h>
#include <gtest/gtest.h>
#include <ros/ros.h>
#include <list>
Go to the source code of this file.
Classes | |
class | frameCollector |
Functions | |
int | main (int argc, char **argv) |
TEST (TopicToSocketCANTest, checkCorrectData) | |
TEST (TopicToSocketCANTest, checkInvalidFrameHandling) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 171 of file to_socketcan_test.cpp.
TEST | ( | TopicToSocketCANTest | , |
checkCorrectData | |||
) |
Definition at line 51 of file to_socketcan_test.cpp.
TEST | ( | TopicToSocketCANTest | , |
checkInvalidFrameHandling | |||
) |
Definition at line 109 of file to_socketcan_test.cpp.