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 "Message.idl" 00008 #include "ImageMetadata.idl" 00009 00020 module rapid { 00021 00026 valuetype ImageSensorState : Message { 00027 00028 public ImageMetadata meta; 00029 00030 }; //@resolve-name true 00031 }; 00032