|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
#include "schedule_period.h"#include <algorithm>#include "core/logging.h"#include "core/parameters.h"
Include dependency graph for schedule_period.cpp:Go to the source code of this file.
Namespaces | |
| namespace | radar |
Functions | |
| std::vector< SchedulePeriod > | radar::processRawSchedule (std::vector< SchedulePeriod > periods, const std::string &ownerName, bool isPulsed, RealType pri) |
| Processes a raw list of schedule periods. | |