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

Maneuver data structure. More...

#include <sc_formation.h>

Public Attributes

bool achieve
 Flag indicating whether to achieve the maneuver or not.
 
int nBurns
 Number of burns.
 
burn_t burnData [FF_MAX_BURNS]
 Array of burn data structures.
 
double t0
 Maneuver start time [MET].
 
double tF
 Maneuver completion time [MET].
 
int iD
 Maneuver command ID.
 

Detailed Description

Maneuver data structure.