mavtables  0.2.1
MAVLink router and firewall.
Functions
If.cpp File Reference
#include <optional>
#include <stdexcept>
#include <string>
#include <utility>
#include "If.hpp"
#include "mavlink.hpp"
#include "MAVSubnet.hpp"
#include "Packet.hpp"
Include dependency graph for If.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const If &if_)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const If if_ 
)

Print the If statement to the given output stream.

Some examples are:

  • if PING from 1.0/8 to 255.0
  • if HEARTBEAT from 255.0/8
  • if SET_MODE to 255.0
  • if from 255.0/8

Definition at line 224 of file If.cpp.

References mavlink::name().

Here is the call graph for this function: