#include <socketcan_interface/delegates.h>#include <socketcan_interface/dummy.h>#include <boost/bind.hpp>#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
| class | BoolTest |
| class | Receiver |
Functions | |
| void | fill_any (Receiver &r, const can::Frame &f) |
| void | fill_r2 (const can::Frame &f) |
| int | main (int argc, char **argv) |
| TEST (DelegatesTest, testFrameDelegate) | |
| TEST (DelegatesTest, testBoolFunc) | |
Variables | |
| Receiver | g_r2 |
| void fill_any | ( | Receiver & | r, |
| const can::Frame & | f | ||
| ) |
Definition at line 29 of file test_delegates.cpp.
| void fill_r2 | ( | const can::Frame & | f | ) |
Definition at line 25 of file test_delegates.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 96 of file test_delegates.cpp.
| TEST | ( | DelegatesTest | , |
| testFrameDelegate | |||
| ) |
Definition at line 33 of file test_delegates.cpp.
| TEST | ( | DelegatesTest | , |
| testBoolFunc | |||
| ) |
Definition at line 72 of file test_delegates.cpp.
| Receiver g_r2 |
Definition at line 23 of file test_delegates.cpp.