dynParamManager¶
Manager of states for Basilisk dynamical systems. Allows the state- effector models of a dynamic object to create, get, and update states present in the model.
- 
class StateVector¶
- Public Functions - 
StateVector operator+(const StateVector &operand)¶
 - 
StateVector operator*(double scaleFactor)¶
 
- 
StateVector 
- 
class DynParamManager¶
- Public Functions - 
DynParamManager()¶
 - 
~DynParamManager()¶
 - 
StateVector getStateVector()¶
 - 
void updateStateVector(const StateVector &newState)¶
 - 
void propagateStateVector(double dt)¶
 
-