FERS 1.0.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 {}
 
RealType end {}
 

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 {}

Definition at line 23 of file schedule_period.h.

23{};

Referenced by radar::from_json(), and radar::to_json().

◆ start

RealType radar::SchedulePeriod::start {}

Definition at line 22 of file schedule_period.h.

22{};

Referenced by radar::from_json(), and radar::to_json().


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