SRS-control 0.1.4
 
Loading...
Searching...
No Matches
srs::ReceiveDataHeader Struct Reference

#include <SRSDataStructs.hpp>

Collaboration diagram for srs::ReceiveDataHeader:

Public Attributes

uint32_t frame_counter {}
 The counting value for current UDP data frame.
 
std::array< char, VMM_TAG_BIT_LENGTHvmm_tag {}
 Hard-coded text "VMM3".
 
uint8_t fec_id {}
 FEC ID.
 
uint32_t udp_timestamp {}
 UDP timestamp.
 
uint32_t overflow {}
 Overflow value.
 

Detailed Description

Definition at line 14 of file SRSDataStructs.hpp.

Member Data Documentation

◆ fec_id

uint8_t srs::ReceiveDataHeader::fec_id {}

FEC ID.

Definition at line 18 of file SRSDataStructs.hpp.

◆ frame_counter

uint32_t srs::ReceiveDataHeader::frame_counter {}

The counting value for current UDP data frame.

Definition at line 16 of file SRSDataStructs.hpp.

◆ overflow

uint32_t srs::ReceiveDataHeader::overflow {}

Overflow value.

Definition at line 20 of file SRSDataStructs.hpp.

◆ udp_timestamp

uint32_t srs::ReceiveDataHeader::udp_timestamp {}

UDP timestamp.

Definition at line 19 of file SRSDataStructs.hpp.

◆ vmm_tag

std::array<char, VMM_TAG_BIT_LENGTH> srs::ReceiveDataHeader::vmm_tag {}

Hard-coded text "VMM3".

Definition at line 17 of file SRSDataStructs.hpp.


The documentation for this struct was generated from the following file: