Agora  1.2.0
Agora project
mac_receiver.cc File Reference

Declaration file for the simple mac receiver class. More...

#include "mac_receiver.h"
#include <utility>
#include "logger.h"
#include "signal_handler.h"
#include "udp_client.h"
#include "udp_server.h"
Include dependency graph for mac_receiver.cc:

Variables

static const bool kDebugMacReceiver = true
 
static const std::string kMacRxAddress = ""
 
static const std::string kMacTxAddress = "127.0.0.1"
 
static constexpr uint16_t kMacTxPort = 0
 

Detailed Description

Declaration file for the simple mac receiver class.

Variable Documentation

◆ kDebugMacReceiver

const bool kDebugMacReceiver = true
static

◆ kMacRxAddress

const std::string kMacRxAddress = ""
static

◆ kMacTxAddress

const std::string kMacTxAddress = "127.0.0.1"
static

◆ kMacTxPort

constexpr uint16_t kMacTxPort = 0
staticconstexpr