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 00016 module rapid { 00017 00019 valuetype PositionConfig : Message { 00020 00022 public String128 frameName; 00023 00025 public KeyTypeValueSequence64 valueKeys; 00026 }; 00027 00028 }; 00029