|
SRS-control 0.1.4
|
#include <SRSDataCompact.hpp>
Public Attributes | |
| uint16_t | : 16 |
| uint16_t | timestamp_low_bits: common::SRS_TIMESTAMP_LOW_BIT_LENGTH |
| uint16_t | vmm_id: OFFSET_BIT_LENGTH |
| uint16_t | flag: 1 |
| uint32_t | timestamp_high_bits: common::SRS_TIMESTAMP_HIGH_BIT_LENGTH |
Definition at line 29 of file SRSDataCompact.hpp.
| uint16_t srs::process::internal::MarkerDataCompact::__pad0__ |
Definition at line 31 of file SRSDataCompact.hpp.
| uint16_t srs::process::internal::MarkerDataCompact::flag |
Definition at line 34 of file SRSDataCompact.hpp.
| uint32_t srs::process::internal::MarkerDataCompact::timestamp_high_bits |
Definition at line 35 of file SRSDataCompact.hpp.
| uint16_t srs::process::internal::MarkerDataCompact::timestamp_low_bits |
Definition at line 32 of file SRSDataCompact.hpp.
| uint16_t srs::process::internal::MarkerDataCompact::vmm_id |
Definition at line 33 of file SRSDataCompact.hpp.