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 00019 module rapid { 00020 00025 valuetype AssetState : Message { 00026 00031 public ValueSequence64 values; 00032 00033 }; //@resolve-name true 00034 00035 }; 00036 00037