|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
Metadata for one active FMCW 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_chirp_start_time = std::nullopt |
| First emitted chirp start in the segment. | |
| std::optional< std::uint64_t > | emitted_chirp_count = std::nullopt |
| Number of chirps emitted in the segment. | |
| std::optional< RealType > | first_triangle_start_time |
| First emitted triangle start in the segment. | |
| std::optional< std::uint64_t > | emitted_triangle_count = std::nullopt |
| Number of triangles emitted. | |
Metadata for one active FMCW transmitter schedule segment.
Definition at line 65 of file output_metadata.h.
| std::optional<std::uint64_t> core::FmcwSourceSegmentMetadata::emitted_chirp_count = std::nullopt |
Number of chirps emitted in the segment.
Definition at line 70 of file output_metadata.h.
| std::optional<std::uint64_t> core::FmcwSourceSegmentMetadata::emitted_triangle_count = std::nullopt |
Number of triangles emitted.
Definition at line 73 of file output_metadata.h.
| RealType core::FmcwSourceSegmentMetadata::end_time = 0.0 |
Transmitter segment end time in seconds.
Definition at line 68 of file output_metadata.h.
| std::optional<RealType> core::FmcwSourceSegmentMetadata::first_chirp_start_time = std::nullopt |
First emitted chirp start in the segment.
Definition at line 69 of file output_metadata.h.
| std::optional<RealType> core::FmcwSourceSegmentMetadata::first_triangle_start_time |
First emitted triangle start in the segment.
Definition at line 71 of file output_metadata.h.
| RealType core::FmcwSourceSegmentMetadata::start_time = 0.0 |
Transmitter segment start time in seconds.
Definition at line 67 of file output_metadata.h.