mavtables  0.2.1
MAVLink router and firewall.
Functions
test_InterfaceThreader.cpp File Reference
#include <atomic>
#include <chrono>
#include <memory>
#include <vector>
#include <catch.hpp>
#include "ConnectionPool.hpp"
#include "Interface.hpp"
#include "InterfaceThreader.hpp"
Include dependency graph for test_InterfaceThreader.cpp:

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]")
 

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "InterfaceThreader's can be constructed."  ,
""  [InterfaceThreader] 
)

Definition at line 89 of file test_InterfaceThreader.cpp.

◆ TEST_CASE() [2/2]

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.