command
Interface CommandControl
- All Known Implementing Classes:
- BasicCommandControl
- public interface CommandControl
CommandControl objects drive the UAV and UCAV components in the system. Upon connecting to the Server component, a CommandControl will issue MethodRequest objects asking the Server to process a Mission. The Server will in turn send back a MissionHandle object that the CommmandControl may use to
track the Mission. Note that the CommandControl does all of its
Mission brokering through the Server component and not through the
MissionControl component.
- Version:
- $Revision: 1.5 $
- Author:
- Dave Jurgens
requestMission
public util.ReturnValue requestMission(mission.Mission requested)
- Formulate a
Mission ask that the MissionControl process it. Return the status returned by the
MissionControl.
To submit a bug or feature email the author of that class. Funding for this research was provided by Boeing and DARPA.