#include <uavcan/node/abstract_node.hpp>
#include <uavcan/helpers/heap_based_pool_allocator.hpp>
#include <memory>
#include <set>
#include <queue>
#include "../transport/can/can.hpp"
#include <uavcan/util/method_binder.hpp>
#include <uavcan/node/subscriber.hpp>
Go to the source code of this file.
Classes | |
struct | InterlinkedTestNodes< ClockType > |
struct | TestNetwork< NumNodes >::NodeEnvironment |
struct | PairableCanDriver |
struct | TestNetwork< NumNodes > |
struct | TestNode |
Typedefs | |
typedef InterlinkedTestNodes< SystemClockMock > | InterlinkedTestNodesWithClockMock |
typedef InterlinkedTestNodes< SystemClockDriver > | InterlinkedTestNodesWithSysClock |
Definition at line 200 of file test_node.hpp.
Definition at line 199 of file test_node.hpp.