The Robot Application Programming Interface Delegate Project
|
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 00007 #include "BaseTypes.idl" 00008 00016 module rapid { 00017 00022 const String64 ACK_TOPIC = "rapid_ack"; 00023 const String64 ASSET_CONFIG_TOPIC = "rapid_asset_config"; 00024 const String64 ASSET_STATE_TOPIC = "rapid_asset_state"; 00025 const String64 COMMAND_TOPIC = "rapid_command"; 00026 const String64 COMMAND_CONFIG_TOPIC = "rapid_command_config"; 00027 const String64 FILEANNOUNCE_TOPIC = "rapid_fileannounce"; 00028 const String64 FILEQUEUE_COMMAND_TOPIC = "rapid_filequeue_command"; 00029 const String64 FILEQUEUE_CONFIG_TOPIC = "rapid_filequeue_config"; 00030 const String64 FILEQUEUE_SAMPLE_TOPIC = "rapid_filequeue_sample"; 00031 const String64 FILEQUEUE_STATE_TOPIC = "rapid_filequeue_state"; 00032 const String64 FILEQUEUEENTRY_STATE_TOPIC = "rapid_filequeueentry_state"; 00033 const String64 FILEQUEUEENTRY_STATE_RECEIVER_TOPIC = "rapid_filequeueentry_state_receiver"; 00034 const String64 FILEQUEUERECEIVER_SAMPLE_TOPIC = "rapid_filequeuereceiver_stample"; 00035 const String64 FRAMESTORE_CONFIG_TOPIC = "rapid_framestore_config"; 00036 const String64 IMAGESENSOR_SAMPLE_TOPIC = "rapid_imagesensor_sample"; 00037 const String64 IMAGESENSOR_STATE_TOPIC = "rapid_imagesensor_state"; 00038 const String64 JOINT_CONFIG_TOPIC = "rapid_joint_config"; 00039 const String64 JOINT_SAMPLE_TOPIC = "rapid_joint_sample"; 00040 const String64 NAVMAP_CONFIG_TOPIC = "rapid_navmap_config"; 00041 const String64 NAVMAP_SAMPLE_TOPIC = "rapid_navmap_sample"; 00042 const String64 POINTCLOUD_CONFIG_TOPIC = "rapid_pointcloud_config"; 00043 const String64 POINTCLOUD_SAMPLE_TOPIC = "rapid_pointcloud_sample"; 00044 const String64 POSITION_CONFIG_TOPIC = "rapid_position_config"; 00045 const String64 POSITION_SAMPLE_TOPIC = "rapid_position_sample"; 00046 const String64 QUEUE_STATE_TOPIC = "rapid_queue_state"; 00047 const String64 RANGESCAN_CONFIG_TOPIC = "rapid_rangescan_config"; 00048 const String64 RANGESCAN_SAMPLE_TOPIC = "rapid_rangescan_sample"; 00049 const String64 SYSTEMINFO_CONFIG_TOPIC = "rapid_systeminfo_config"; 00050 const String64 SYSTEMINFO_SAMPLE_TOPIC = "rapid_systeminfo_sample"; 00051 const String64 TEXTMESSAGE_TOPIC = "rapid_textmessage"; 00052 const String64 ACCESSCONTROL_STATE_TOPIC = "rapid_accesscontrol_state"; 00053 00054 }; 00055