Boeing Simulation 3.1 API Specification

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

Method Summary
 util.ReturnValue requestMission(mission.Mission requested)
          Formulate a Mission ask that the MissionControl process it.
 

Method Detail

requestMission

public util.ReturnValue requestMission(mission.Mission requested)
Formulate a Mission ask that the MissionControl process it. Return the status returned by the MissionControl.


Boeing Simulation 3.1 API Specification

To submit a bug or feature email the author of that class. Funding for this research was provided by Boeing and DARPA.