Spacecraft Control Framework 1.0
Spacecraft Control Library
Public Attributes | List of all members
window_s Struct Reference

Time window data structure. More...

#include <sc_formation.h>

Public Attributes

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.
 

Detailed Description

Time window data structure.