|
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 129 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::context_packets = 0 |
Definition at line 138 of file receiver_output.h.
| std::optional<RealType> core::ReceiverStreamStats::end_sample_time = std::nullopt |
Definition at line 145 of file receiver_output.h.
| std::optional<Vita49Timestamp> core::ReceiverStreamStats::end_timestamp = std::nullopt |
Definition at line 147 of file receiver_output.h.
| std::optional<RealType> core::ReceiverStreamStats::first_sample_time = std::nullopt |
Definition at line 144 of file receiver_output.h.
| std::optional<Vita49Timestamp> core::ReceiverStreamStats::first_timestamp = std::nullopt |
Definition at line 146 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::late_packet_count = 0 |
Definition at line 143 of file receiver_output.h.
| std::string core::ReceiverStreamStats::mode = "unknown" |
Definition at line 134 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::over_range_count = 0 |
Definition at line 142 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::packets_dropped = 0 |
Definition at line 140 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::packets_emitted = 0 |
Definition at line 137 of file receiver_output.h.
| SimId core::ReceiverStreamStats::receiver_id = 0 |
Definition at line 131 of file receiver_output.h.
| std::string core::ReceiverStreamStats::receiver_name |
Definition at line 132 of file receiver_output.h.
| RealType core::ReceiverStreamStats::reference_frequency = 0.0 |
Definition at line 136 of file receiver_output.h.
| RealType core::ReceiverStreamStats::sample_rate = 0.0 |
Definition at line 135 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::samples_dropped = 0 |
Definition at line 141 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamStats::samples_emitted = 0 |
Definition at line 139 of file receiver_output.h.
| std::uint32_t core::ReceiverStreamStats::stream_id = 0 |
Definition at line 133 of file receiver_output.h.