The Robot Application Programming Interface Delegate Project
RAPID Logo

JointConfig.idl

Go to the documentation of this file.
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 
00017 module rapid {
00018 
00022     struct JointDef {
00023 
00027         String128 frameName;
00028 
00032         String64 dof;
00033     };
00034 
00035     typedef sequence<JointDef,64> JointDefSequence;
00036 
00041     valuetype JointConfig : Message {
00042 
00046         public String32 jointGroupName;
00047 
00051         public JointDefSequence jointDefinitions;
00052     };
00053 
00054 };
00055 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines