|
mavtables
0.2.1
MAVLink router and firewall.
|
#include <App.hpp>

Public Member Functions | |
| App (std::vector< std::unique_ptr< Interface >> interfaces) | |
| void | run () |
| App::App | ( | std::vector< std::unique_ptr< Interface >> | interfaces | ) |
Construct mavtables application from a vector of interfaces.
Neither the interfaces, nor the application will be started until the run method is called.
| interfaces | A vector of interfaces. |
Definition at line 40 of file App.cpp.
References InterfaceThreader::DELAY_START.
| void App::run | ( | ) |
1.8.14