mavtables  0.2.1
MAVLink router and firewall.
Classes | Functions
QueuedPacket.hpp File Reference
#include <memory>
#include <ostream>
#include "Packet.hpp"
Include dependency graph for QueuedPacket.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QueuedPacket
 

Functions

bool operator== (const QueuedPacket &lhs, const QueuedPacket &rhs)
 
bool operator!= (const QueuedPacket &lhs, const QueuedPacket &rhs)
 
bool operator< (const QueuedPacket &lhs, const QueuedPacket &rhs)
 
bool operator> (const QueuedPacket &lhs, const QueuedPacket &rhs)
 
bool operator<= (const QueuedPacket &lhs, const QueuedPacket &rhs)
 
bool operator>= (const QueuedPacket &lhs, const QueuedPacket &rhs)
 
std::ostream & operator<< (std::ostream &os, const QueuedPacket &queued_packet)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QueuedPacket lhs,
const QueuedPacket rhs 
)

◆ operator<()

bool operator< ( const QueuedPacket lhs,
const QueuedPacket rhs 
)

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const QueuedPacket queued_packet 
)

◆ operator<=()

bool operator<= ( const QueuedPacket lhs,
const QueuedPacket rhs 
)

◆ operator==()

bool operator== ( const QueuedPacket lhs,
const QueuedPacket rhs 
)

◆ operator>()

bool operator> ( const QueuedPacket lhs,
const QueuedPacket rhs 
)

◆ operator>=()

bool operator>= ( const QueuedPacket lhs,
const QueuedPacket rhs 
)