|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
#include "receiver_output.h"
Public Attributes | |
| bool | present = false |
| RealType | window_length = 0.0 |
| RealType | window_prf = 0.0 |
| RealType | window_skip = 0.0 |
| std::uint64_t | window_count = 0 |
| SimId | waveform_id = 0 |
| std::string | waveform_name = {} |
| RealType | carrier_frequency = 0.0 |
| RealType | power = 0.0 |
| RealType | pulse_width = 0.0 |
| RealType | native_sample_rate = 0.0 |
| std::uint64_t | native_sample_count = 0 |
Definition at line 74 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PulsedContext::carrier_frequency = 0.0 |
Definition at line 83 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamDescriptor::PulsedContext::native_sample_count = 0 |
Definition at line 87 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PulsedContext::native_sample_rate = 0.0 |
Definition at line 86 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PulsedContext::power = 0.0 |
Definition at line 84 of file receiver_output.h.
Definition at line 76 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PulsedContext::pulse_width = 0.0 |
Definition at line 85 of file receiver_output.h.
| SimId core::ReceiverStreamDescriptor::PulsedContext::waveform_id = 0 |
Definition at line 81 of file receiver_output.h.
| std::string core::ReceiverStreamDescriptor::PulsedContext::waveform_name = {} |
Definition at line 82 of file receiver_output.h.
| std::uint64_t core::ReceiverStreamDescriptor::PulsedContext::window_count = 0 |
Definition at line 80 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PulsedContext::window_length = 0.0 |
Definition at line 77 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PulsedContext::window_prf = 0.0 |
Definition at line 78 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PulsedContext::window_skip = 0.0 |
Definition at line 79 of file receiver_output.h.