|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
#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< Vita49Timestamp > | timestamp = std::nullopt |
| bool | data_packet = false |
| bool | context_packet = false |
| bool | dropped = false |
| bool | over_range = false |
| bool | sample_loss = false |
Definition at line 157 of file receiver_output.h.
| std::uint64_t core::ReceiverOutputPacketTrace::byte_count = 0 |
Definition at line 162 of file receiver_output.h.
Definition at line 167 of file receiver_output.h.
Definition at line 166 of file receiver_output.h.
Definition at line 168 of file receiver_output.h.
| std::string core::ReceiverOutputPacketTrace::event |
Definition at line 160 of file receiver_output.h.
| RealType core::ReceiverOutputPacketTrace::first_sample_time = 0.0 |
Definition at line 164 of file receiver_output.h.
Definition at line 169 of file receiver_output.h.
| std::uint64_t core::ReceiverOutputPacketTrace::sample_count = 0 |
Definition at line 163 of file receiver_output.h.
Definition at line 170 of file receiver_output.h.
| std::uint64_t core::ReceiverOutputPacketTrace::sequence = 0 |
Definition at line 159 of file receiver_output.h.
| std::uint32_t core::ReceiverOutputPacketTrace::stream_id = 0 |
Definition at line 161 of file receiver_output.h.
| std::optional<Vita49Timestamp> core::ReceiverOutputPacketTrace::timestamp = std::nullopt |
Definition at line 165 of file receiver_output.h.