|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
Metadata for one active SFCW transmitter schedule segment. More...
#include "output_metadata.h"
Public Attributes | |
| RealType | start_time = 0.0 |
| Transmitter segment start time in seconds. | |
| RealType | end_time = 0.0 |
| Transmitter segment end time in seconds. | |
| std::optional< RealType > | first_step_start_time = std::nullopt |
| First emitted step start in the segment. | |
| std::optional< std::uint64_t > | emitted_step_count = std::nullopt |
| Number of step starts in the segment. | |
Metadata for one active SFCW transmitter schedule segment.
Definition at line 109 of file output_metadata.h.
| std::optional<std::uint64_t> core::SfcwSourceSegmentMetadata::emitted_step_count = std::nullopt |
Number of step starts in the segment.
Definition at line 114 of file output_metadata.h.
| RealType core::SfcwSourceSegmentMetadata::end_time = 0.0 |
Transmitter segment end time in seconds.
Definition at line 112 of file output_metadata.h.
| std::optional<RealType> core::SfcwSourceSegmentMetadata::first_step_start_time = std::nullopt |
First emitted step start in the segment.
Definition at line 113 of file output_metadata.h.
| RealType core::SfcwSourceSegmentMetadata::start_time = 0.0 |
Transmitter segment start time in seconds.
Definition at line 111 of file output_metadata.h.