RTC Toolkit
2.0.0
|
UDP receiver: receiving MUDPI and send to MUDPI processor. More...
#include <array>
#include <cstdint>
#include <map>
#include <thread>
#include <rtctk/componentFramework/componentMetricsIf.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/ip/udp.hpp>
#include <log4cplus/logger.h>
#include "mudpiProcessor.hpp"
#include <numapp/numapolicies.hpp>
Go to the source code of this file.
Classes | |
class | rtctk::telRepub::UdpReceiver |
Receiving UDP data asynchronously and forwards received packets to provided packet processors. More... | |
Namespaces | |
rtctk | |
rtctk::telRepub | |
Variables | |
constexpr int | rtctk::telRepub::DATAGRAM_SIZE = 9500 |
maximal UDP datagram size More... | |
UDP receiver: receiving MUDPI and send to MUDPI processor.