FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
radar::SchedulePeriod Struct Reference

Represents a time period during which the transmitter is active. More...

#include "schedule_period.h"

Public Attributes

RealType start {}
 Period start time in seconds.
 
RealType end {}
 Period end time in seconds.
 

Detailed Description

Represents a time period during which the transmitter is active.

Definition at line 20 of file schedule_period.h.

Member Data Documentation

◆ end

RealType radar::SchedulePeriod::end {}

Period end time in seconds.

Definition at line 23 of file schedule_period.h.

23{}; ///< Period end time in seconds.

◆ start

RealType radar::SchedulePeriod::start {}

Period start time in seconds.

Definition at line 22 of file schedule_period.h.

22{}; ///< Period start time in seconds.

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