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 "Header.idl" 00008 00016 module rapid { 00017 00019 valuetype Message { 00020 00022 public Header hdr; //@key 00023 }; 00024 }; 00025