WSF
WsfCommProtocolRIPv2.hpp File Reference
#include <cstdint>
#include <sstream>
#include <vector>
#include "UtInput.hpp"
#include "WsfCommAddress.hpp"
#include "WsfCommMessage.hpp"
#include "WsfCommRouterProtocolInterface.hpp"
#include "WsfEvent.hpp"
Include dependency graph for WsfCommProtocolRIPv2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wsf::comm::router::rip::IPv4
struct  wsf::comm::router::rip::Entry
struct  wsf::comm::router::rip::Message
class  wsf::comm::router::rip::RIPv2

Namespaces

namespace  wsf
 Function definitions for those who need run-time access to the version.
namespace  wsf::comm
namespace  wsf::comm::router
namespace  wsf::comm::router::rip

Enumerations

enum class  wsf::comm::router::rip::Command : std::int8_t { wsf::comm::router::rip::Request = 0x01 , wsf::comm::router::rip::Response = 0x02 }

Functions

constexpr IPv4 wsf::comm::router::rip::operator| (const IPv4 &lhs, const IPv4 &rhs) noexcept
constexpr IPv4 wsf::comm::router::rip::operator& (const IPv4 &lhs, const IPv4 &rhs) noexcept
std::ostream & wsf::comm::router::rip::operator<< (std::ostream &out, const IPv4 &ip)
std::istream & wsf::comm::router::rip::operator>> (std::istream &in, IPv4 &ip)
Message wsf::comm::router::rip::CreateFullTableRequest ()
bool wsf::comm::router::rip::isFullTableRequest (const Message &aMsg)

Variables

constexpr size_t wsf::comm::router::rip::cINFINITY = 16
constexpr IPv4 wsf::comm::router::rip::cRIP_MULTICAST_ADDR = IPv4{224, 0, 0, 9}
Copyrights Multiple, All Rights Reserved