RTC Toolkit 5.0.0
|
UDP Buffer management. More...
#include <cassert>
#include <cstdint>
#include <functional>
#include <gsl/span>
#include <memory>
#include <optional>
#include <tbb/concurrent_queue.h>
#include <utility>
#include <rtctk/componentFramework/bufferManager.hpp>
Go to the source code of this file.
Classes | |
struct | rtctk::telRepub::PacketFrame |
Namespaces | |
namespace | rtctk |
namespace | rtctk::telRepub |
Typedefs | |
using | rtctk::telRepub::QueueElement = PacketFrame |
using | rtctk::telRepub::Queue = tbb::concurrent_bounded_queue<QueueElement> |
using | rtctk::telRepub::QueuePtr = std::shared_ptr<Queue> |
UDP Buffer management.