The Robot Application Programming Interface Delegate Project
RAPID Logo

NavMapConfig.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 
00018     module ext {
00019 
00021         valuetype NavMapConfig : Message {
00022 
00024             public String128 frameName;
00025 
00027             public float offset[2];
00028 
00030             public float cellSize[2];
00031 
00033             public short numCells[2];
00034 
00035         }; //@resolve-name true
00036     };
00037 };
00038 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines