|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
#include "receiver_output.h"
Public Attributes | |
| bool | present = false |
| SimId | waveform_id = 0 |
| std::string | waveform_name = {} |
| RealType | carrier_frequency = 0.0 |
| RealType | power = 0.0 |
| RealType | start_frequency_offset = 0.0 |
| RealType | step_size = 0.0 |
| std::uint64_t | step_count = 0 |
| RealType | dwell_time = 0.0 |
| RealType | step_period = 0.0 |
| RealType | sweep_period = 0.0 |
| std::optional< std::uint64_t > | sweep_count = std::nullopt |
| RealType | first_frequency = 0.0 |
| RealType | last_frequency = 0.0 |
| RealType | frequency_span = 0.0 |
| RealType | effective_bandwidth = 0.0 |
| RealType | range_resolution = 0.0 |
| RealType | unambiguous_range = 0.0 |
Definition at line 99 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::carrier_frequency = 0.0 |
Definition at line 104 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::dwell_time = 0.0 |
Definition at line 109 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::effective_bandwidth = 0.0 |
Definition at line 116 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::first_frequency = 0.0 |
Definition at line 113 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::frequency_span = 0.0 |
Definition at line 115 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::last_frequency = 0.0 |
Definition at line 114 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::power = 0.0 |
Definition at line 105 of file receiver_output.h.
Definition at line 101 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::range_resolution = 0.0 |
Definition at line 117 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::start_frequency_offset = 0.0 |
Definition at line 106 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamDescriptor::SfcwContext::step_count = 0 |
Definition at line 108 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::step_period = 0.0 |
Definition at line 110 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::step_size = 0.0 |
Definition at line 107 of file receiver_output.h.
| std::optional<std::uint64_t> core::ReceiverStreamDescriptor::SfcwContext::sweep_count = std::nullopt |
Definition at line 112 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::sweep_period = 0.0 |
Definition at line 111 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::SfcwContext::unambiguous_range = 0.0 |
Definition at line 118 of file receiver_output.h.
| SimId core::ReceiverStreamDescriptor::SfcwContext::waveform_id = 0 |
Definition at line 102 of file receiver_output.h.
| std::string core::ReceiverStreamDescriptor::SfcwContext::waveform_name = {} |
Definition at line 103 of file receiver_output.h.