Path: FormationFlying/Software
% The team management software for the decentralized satellite framework.
Includes a test case that loads TeamOrgDemo.mat
------------------------------------------------------------------------
Form:
t = DFFTeamManagement( action, d, k )
DFFTeamManagement( 'test' )
------------------------------------------------------------------------
------
Inputs
------
action (1,:) Action to be performed
d (1,1) Data structure for inputs
k (1,1) Spacecraft Indentifier
-------
Outputs
-------
t (1,1) Output. Defined for actions
'get telemetry', 'get telemetry names' and
'get telemetry units' and any accessors
you may add.
------------------------------------------------------------------------
FormationFlying: DataStructures/ISLMessage_Structure FormationFlying: DataStructures/Team_Structure IntegratedSim: Actuators/DFFThrusters IntegratedSim: Initialize/TeamOrgDemo IntegratedSim: Sensors/StateSensor IntegratedSim: Software/DFFControlLaw IntegratedSim: Software/DFFGuidanceLaw IntegratedSim: Software/DFFISLManagement IntegratedSim: Software/DFFParameterDatabase IntegratedSim: Software/DFFRelativeNavigation FormationFlying: Utility/JD2SS1970 FormationFlying: Visual/TeamLevels Common: GUIs/MessageQueue Common: General/FSWClock Common: Time/JD2000
Back to the FormationFlying Module page