Global configuration file for the project.
double RealType
Type for real numbers.
std::vector< SchedulePeriod > processRawSchedule(const std::vector< SchedulePeriod > &periods, const std::string &ownerName, const bool isPulsed, const RealType pri)
Processes a raw list of schedule periods.
Represents a time period during which the transmitter is active.
RealType start
Period start time in seconds.
RealType end
Period end time in seconds.