|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
#include "receiver_output.h"
Public Attributes | |
| SimId | receiver_id = 0 |
| std::string | receiver_name |
| std::uint32_t | stream_id = 0 |
| std::string | mode = "unknown" |
| RealType | sample_rate = 0.0 |
| RealType | reference_frequency = 0.0 |
| std::uint64_t | packets_emitted = 0 |
| std::uint64_t | context_packets = 0 |
| std::uint64_t | samples_emitted = 0 |
| std::uint64_t | packets_dropped = 0 |
| std::uint64_t | samples_dropped = 0 |
| std::uint64_t | over_range_count = 0 |
| std::uint64_t | late_packet_count = 0 |
| std::optional< RealType > | first_sample_time = std::nullopt |
| std::optional< RealType > | end_sample_time = std::nullopt |
| std::optional< Vita49Timestamp > | first_timestamp = std::nullopt |
| std::optional< Vita49Timestamp > | end_timestamp = std::nullopt |
Definition at line 152 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::context_packets = 0 |
Definition at line 161 of file receiver_output.h.
| std::optional<RealType> core::ReceiverStreamStats::end_sample_time = std::nullopt |
Definition at line 168 of file receiver_output.h.
| std::optional<Vita49Timestamp> core::ReceiverStreamStats::end_timestamp = std::nullopt |
Definition at line 170 of file receiver_output.h.
| std::optional<RealType> core::ReceiverStreamStats::first_sample_time = std::nullopt |
Definition at line 167 of file receiver_output.h.
| std::optional<Vita49Timestamp> core::ReceiverStreamStats::first_timestamp = std::nullopt |
Definition at line 169 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::late_packet_count = 0 |
Definition at line 166 of file receiver_output.h.
| std::string core::ReceiverStreamStats::mode = "unknown" |
Definition at line 157 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::over_range_count = 0 |
Definition at line 165 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::packets_dropped = 0 |
Definition at line 163 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::packets_emitted = 0 |
Definition at line 160 of file receiver_output.h.
| SimId core::ReceiverStreamStats::receiver_id = 0 |
Definition at line 154 of file receiver_output.h.
| std::string core::ReceiverStreamStats::receiver_name |
Definition at line 155 of file receiver_output.h.
| RealType core::ReceiverStreamStats::reference_frequency = 0.0 |
Definition at line 159 of file receiver_output.h.
| RealType core::ReceiverStreamStats::sample_rate = 0.0 |
Definition at line 158 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::samples_dropped = 0 |
Definition at line 164 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::samples_emitted = 0 |
Definition at line 162 of file receiver_output.h.
| std::uint32_t core::ReceiverStreamStats::stream_id = 0 |
Definition at line 156 of file receiver_output.h.