mavtables  0.2.1
MAVLink router and firewall.
Classes | Functions
Connection.hpp File Reference
#include <memory>
#include <string>
#include "AddressPool.hpp"
#include "config.hpp"
#include "Filter.hpp"
#include "MAVAddress.hpp"
#include "Packet.hpp"
#include "PacketQueue.hpp"
Include dependency graph for Connection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Connection
 

Functions

std::ostream & operator<< (std::ostream &os, const Connection &connection)
 

Function Documentation

◆ operator<<()

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.