The Robot Application Programming Interface Delegate Project
RAPID Logo

FrameStoreConfig.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 
00016 module rapid {
00017 
00019     struct FrameDef {
00020 
00022         String32 name;
00023 
00029         String256 parent;
00030 
00035         Transform3D transform;
00036 
00038         KeyTypeValueSequence8 extras;
00039     };
00040 
00046     typedef sequence<FrameDef, 256> FrameDefSequence;
00047 
00051     valuetype FrameStoreConfig : Message {
00052 
00053         public FrameDefSequence frames;
00054     };
00055 
00056 };
00057 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines