The Robot Application Programming Interface Delegate Project
RAPID Logo

Agent.idl

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2009 United States Government as represented by the
00003  * Administrator of the National Aeronautics and Space Administration.
00004  * All Rights Reserved.
00005  */
00006 
00016 module rapid {
00017 
00037     enum AgentType {
00038         ASTRONAUT,
00039         ATHLETE,
00040         CAMERA,
00041         CENTAUR,
00042         CRANE,
00043         HUMANOID,
00044         JSCROVER,
00045         K10,
00046         OPERATOR,
00047         SEQUENCER,
00048         SIMULATOR,
00049         NUM_AGENT_TYPES
00050     };
00051 };
00052 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines