Public Member Functions | |
| DummyInterfaceTest () | |
| void | handle (const can::Frame &f) |
Public Attributes | |
| can::DummyInterface | dummy |
| can::CommInterface::FrameListener::Ptr | listener |
| std::list< std::string > | responses |
Definition at line 8 of file test_dummy_interface.cpp.
| DummyInterfaceTest::DummyInterfaceTest | ( | ) | [inline] |
Definition at line 12 of file test_dummy_interface.cpp.
| void DummyInterfaceTest::handle | ( | const can::Frame & | f | ) | [inline] |
Definition at line 14 of file test_dummy_interface.cpp.
Definition at line 11 of file test_dummy_interface.cpp.
Definition at line 17 of file test_dummy_interface.cpp.
| std::list<std::string> DummyInterfaceTest::responses |
Definition at line 10 of file test_dummy_interface.cpp.