RTC Toolkit 5.0.0
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
rtctk::mudpiPub Namespace Reference

Classes

struct  AppCfg
 Configuration of entire MUDPI Publisher application. More...
 
class  BusinessLogic
 
struct  PubCfg
 Configuration (Dynamic + Static) of a single MUDPI Publisher object. More...
 
struct  PubDynamicCfg
 Dynamic Configuration of a single MUDPI Publisher object. More...
 
class  Publisher
 
struct  PubStaticCfg
 Static Configuration of a single MUDPI Publisher object. More...
 

Typedefs

using LifeCycle = Runnable<RtcComponent>
 
using MudpiHeader = llnetio::mudpi::Header
 
using MudpiTrailer = llnetio::mudpi::Trailer
 

Variables

const uint32_t MUDPI_OVERHEAD_SIZE = sizeof(MudpiHeader) + sizeof(MudpiTrailer)
 

Typedef Documentation

◆ LifeCycle

◆ MudpiHeader

using rtctk::mudpiPub::MudpiHeader = llnetio::mudpi::Header

◆ MudpiTrailer

using rtctk::mudpiPub::MudpiTrailer = llnetio::mudpi::Trailer

Variable Documentation

◆ MUDPI_OVERHEAD_SIZE

const uint32_t rtctk::mudpiPub::MUDPI_OVERHEAD_SIZE = sizeof(MudpiHeader) + sizeof(MudpiTrailer)