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

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< RealTypefirst_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.
 

Detailed Description

Metadata for one active SFCW transmitter schedule segment.

Definition at line 109 of file output_metadata.h.

Member Data Documentation

◆ emitted_step_count

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.

◆ end_time

RealType core::SfcwSourceSegmentMetadata::end_time = 0.0

Transmitter segment end time in seconds.

Definition at line 112 of file output_metadata.h.

◆ first_step_start_time

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.

◆ start_time

RealType core::SfcwSourceSegmentMetadata::start_time = 0.0

Transmitter segment start time in seconds.

Definition at line 111 of file output_metadata.h.


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