Time window data structure.
More...
#include <sc_formation.h>
|
|
double | startTime |
| | Earliest allowable start time [MET].
|
| |
|
double | nOrbMin |
| | Minimum number of orbits that the maneuver may last.
|
| |
|
double | nOrbMax |
| | Maximum number of orbits that the maneuver may last.
|
| |
|
int | nManeuvers |
| | Total number of maneuvers to plan, between min and max durations.
|
| |
|
double | timeWeightExp |
| | Exponent for weighting the cost with maneuver time.
|
| |
Time window data structure.