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

Cost estimate data structure. More...

#include <sc_formation.h>

Public Attributes

int nU
 Number of unique target states that costs were computed for.
 
int memID
 Spacecraft ID.
 
ml_int_array targetIndex
 Array of indices corresponding to unique target states.
 
ml_int_array costLength
 Length of the cost vector for each unique target state.
 
ml_matrix cost
 Cost vectors for all unique target states.
 

Detailed Description

Cost estimate data structure.