FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
core::FmcwSourceSegmentMetadata Struct Reference

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< RealTypefirst_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< RealTypefirst_triangle_start_time
 First emitted triangle start in the segment.
 
std::optional< std::uint64_t > emitted_triangle_count = std::nullopt
 Number of triangles emitted.
 

Detailed Description

Metadata for one active FMCW transmitter schedule segment.

Definition at line 65 of file output_metadata.h.

Member Data Documentation

◆ emitted_chirp_count

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.

◆ emitted_triangle_count

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.

◆ end_time

RealType core::FmcwSourceSegmentMetadata::end_time = 0.0

Transmitter segment end time in seconds.

Definition at line 68 of file output_metadata.h.

◆ first_chirp_start_time

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.

◆ first_triangle_start_time

std::optional<RealType> core::FmcwSourceSegmentMetadata::first_triangle_start_time
Initial value:
=
std::nullopt

First emitted triangle start in the segment.

Definition at line 71 of file output_metadata.h.

◆ start_time

RealType core::FmcwSourceSegmentMetadata::start_time = 0.0

Transmitter segment start time in seconds.

Definition at line 67 of file output_metadata.h.


The documentation for this struct was generated from the following file: