FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
core::ReceiverOutputPacketTrace Struct Reference

#include "receiver_output.h"

Public Attributes

std::uint64_t sequence = 0
 
std::string event
 
std::uint32_t stream_id = 0
 
std::uint64_t byte_count = 0
 
std::uint64_t sample_count = 0
 
RealType first_sample_time = 0.0
 
std::optional< Vita49Timestamptimestamp = std::nullopt
 
bool data_packet = false
 
bool context_packet = false
 
bool dropped = false
 
bool over_range = false
 
bool sample_loss = false
 

Detailed Description

Definition at line 157 of file receiver_output.h.

Member Data Documentation

◆ byte_count

std::uint64_t core::ReceiverOutputPacketTrace::byte_count = 0

Definition at line 162 of file receiver_output.h.

◆ context_packet

bool core::ReceiverOutputPacketTrace::context_packet = false

Definition at line 167 of file receiver_output.h.

◆ data_packet

bool core::ReceiverOutputPacketTrace::data_packet = false

Definition at line 166 of file receiver_output.h.

◆ dropped

bool core::ReceiverOutputPacketTrace::dropped = false

Definition at line 168 of file receiver_output.h.

◆ event

std::string core::ReceiverOutputPacketTrace::event

Definition at line 160 of file receiver_output.h.

◆ first_sample_time

RealType core::ReceiverOutputPacketTrace::first_sample_time = 0.0

Definition at line 164 of file receiver_output.h.

◆ over_range

bool core::ReceiverOutputPacketTrace::over_range = false

Definition at line 169 of file receiver_output.h.

◆ sample_count

std::uint64_t core::ReceiverOutputPacketTrace::sample_count = 0

Definition at line 163 of file receiver_output.h.

◆ sample_loss

bool core::ReceiverOutputPacketTrace::sample_loss = false

Definition at line 170 of file receiver_output.h.

◆ sequence

std::uint64_t core::ReceiverOutputPacketTrace::sequence = 0

Definition at line 159 of file receiver_output.h.

◆ stream_id

std::uint32_t core::ReceiverOutputPacketTrace::stream_id = 0

Definition at line 161 of file receiver_output.h.

◆ timestamp

std::optional<Vita49Timestamp> core::ReceiverOutputPacketTrace::timestamp = std::nullopt

Definition at line 165 of file receiver_output.h.


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