RTC Toolkit 4.0.2
|
MUDPI processor: check and aggregate MUDPI payload to a single topic and put to the queue for publishing. More...
#include <boost/asio.hpp>
#include <cstdint>
#include <fmt/format.h>
#include "agnostictopicif.h"
#include "mudpiProcessingError.hpp"
#include "queue.hpp"
#include <gsl/span>
#include <rtctk/componentFramework/componentMetricsIf.hpp>
#include <rtctk/componentFramework/frequencyEstimator.hpp>
#include <vector>
#include "mudpi.h"
#include "rtctk/componentFramework/durationMonitor.hpp"
#include "rtctk/telRepub/wrangler.hpp"
Go to the source code of this file.
Classes | |
class | rtctk::telRepub::MudpiProcessor |
Processing MUDPI data received by UDP receiver: rtctk::telRepub::UdpReceiver. More... | |
Namespaces | |
namespace | rtctk |
namespace | rtctk::telRepub |
Functions | |
std::error_code | rtctk::telRepub::DefaultWrangler (const gsl::span< const gsl::span< const uint8_t > > input, std::vector< uint8_t > &output) |
Variables | |
uint32_t const | rtctk::telRepub::MAX_TOPIC_SIZE = 2560000 |
MUDPI processor: check and aggregate MUDPI payload to a single topic and put to the queue for publishing.