mavtables
0.2.1
MAVLink router and firewall.
|
#include <atomic>
#include <chrono>
#include <memory>
#include <vector>
#include <catch.hpp>
#include "ConnectionPool.hpp"
#include "Interface.hpp"
#include "InterfaceThreader.hpp"
Go to the source code of this file.
Functions | |
TEST_CASE ("InterfaceThreader's can be constructed.", "[InterfaceThreader]") | |
TEST_CASE ("InterfaceThreader's run Interface::send_packet and " "Interface::receive_packet methods of the contained " "Interface repeatedly.", "[InterfaceThreader]") | |
TEST_CASE | ( | "InterfaceThreader's can be constructed." | , |
"" | [InterfaceThreader] | ||
) |
Definition at line 89 of file test_InterfaceThreader.cpp.
TEST_CASE | ( | "InterfaceThreader's run Interface::send_packet and " "Interface::receive_packet methods of the contained " "Interface repeatedly." | , |
"" | [InterfaceThreader] | ||
) |
Definition at line 109 of file test_InterfaceThreader.cpp.