mavtables
0.2.1
MAVLink router and firewall.
|
#include <memory>
#include <string>
#include "AddressPool.hpp"
#include "config.hpp"
#include "Filter.hpp"
#include "MAVAddress.hpp"
#include "Packet.hpp"
#include "PacketQueue.hpp"
Go to the source code of this file.
Classes | |
class | Connection |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Connection &connection) |
std::ostream& operator<< | ( | std::ostream & | os, |
const Connection & | connection | ||
) |
Print the connection name to the given output stream.
Some examples are:
/dev/ttyUSB0
127.0.0.1:8000
127.0.0.1:14550
Definition at line 368 of file Connection.cpp.