#include <test_node.hpp>
Public Member Functions | |
| InterlinkedTestNodes (uavcan::NodeID nid_first, uavcan::NodeID nid_second) | |
| InterlinkedTestNodes () | |
| int | spinBoth (uavcan::MonotonicDuration duration) |
Public Attributes | |
| TestNode | a |
| TestNode | b |
| PairableCanDriver | can_a |
| PairableCanDriver | can_b |
| ClockType | clock_a |
| ClockType | clock_b |
Definition at line 149 of file test_node.hpp.
|
inline |
Definition at line 158 of file test_node.hpp.
|
inline |
Definition at line 167 of file test_node.hpp.
|
inline |
Definition at line 176 of file test_node.hpp.
| TestNode InterlinkedTestNodes< ClockType >::a |
Definition at line 155 of file test_node.hpp.
| TestNode InterlinkedTestNodes< ClockType >::b |
Definition at line 156 of file test_node.hpp.
| PairableCanDriver InterlinkedTestNodes< ClockType >::can_a |
Definition at line 153 of file test_node.hpp.
| PairableCanDriver InterlinkedTestNodes< ClockType >::can_b |
Definition at line 154 of file test_node.hpp.
| ClockType InterlinkedTestNodes< ClockType >::clock_a |
Definition at line 151 of file test_node.hpp.
| ClockType InterlinkedTestNodes< ClockType >::clock_b |
Definition at line 152 of file test_node.hpp.