Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

dep/tinyxml/examples/DSACSSConfig.xml

Go to the documentation of this file.
00001 <!-- 
00002 /************************************************************************************************/
00003  /*! \file DSACSSConfig.xml.cpp
00004  *  \brief This file is a sample DSACSS config xml file.
00005  *  \author $Author: jayhawk_hokie $
00006  *  \version $Revision: 1.1 $
00007  *  \date    $Date: 2006/07/25 20:44:12 $
00008  ************************************************************************************************/
00009  /*!
00010  *
00011  ************************************************************************************************/
00012  -->
00013 <?xml version="1.0" standalone="no" ?>
00014 
00015 <!-- WHORL-I -------------------------------------------------------------------------------------->
00016 <WHORL-I value = "192.168.0.10" > <!-- PC NAME: Molpe -->
00017         <PHYSICAL_PROPERTIES>
00018                 <MASS   value = 120.0 /> <!-- (kg) -->
00019                 <INERTIA        I11 = 10.0      I12 = 0.0       I13 = 0.0 
00020                                 I21 = 0.0       I22 = 10.0      I23 = 0.0
00021                                 I31 = 0.0       I32 = 0.0       I33 = 20 /> <!-- (kg/m^2) -->
00022         </PHYSICAL_PROPERTIES>
00023         <HARDWARE_PROPERTIES>
00024                 <MAGNETOMETER>
00025                         <INERTIAL_VECTOR valueX = 1000 valueY = 1000 valueZ = 1000 /> <!-- In Body frame (Counts) -->
00026                         <SENSOR_2_BODY_VECTOR value1 = 0  value2 = 0  value3 = 0 /> <!-- In 321 Euler Angles (degrees) -->
00027                         <PORT value = '/dev/ttyUSB7' /> <!-- Serial Port -->
00028                 </MAGNETOMETER>
00029                 <ACCELEROMETER>
00030                         <INERTIAL_VECTOR valueX = 0 valueY = 0 valueZ = 1 /> <!-- In Body frame (m/s^2) -->
00031                         <SENSOR_2_BODY_VECTOR value1 = 0  value2 = 0  value3 = 0 /> <!-- In 321 Euler Angles (degrees) -->
00032                 </ACCELEROMETER>
00033                 <WHEELS>
00034                         <REACTION_X>
00035                                 <PORT value = '/dev/ttyUSB7' /> <!-- Serial Port -->
00036                         </REACTION_X>
00037                         <REACTION_Y>
00038                                 <PORT value = '/dev/ttyUSB7' /> <!-- Serial Port -->
00039                         </REACTION_Y>
00040                         <REACTION_Z>
00041                                 <PORT value = '/dev/ttyUSB7' /> <!-- Serial Port -->
00042                         </REACTION_Z>
00043                         <CMG_WHEEL>
00044                                 <PORT value = '/dev/ttyUSB7' /> <!-- Serial Port -->
00045                         </CMG_WHEEL>
00046                 </WHEELS>
00047         </HARDWARE_PROPERTIES>
00048 </WHORL-I>
00049 
00050 
00051 <!-- STK Visualization -------------------------------------------------------------------------------------->
00052 <Visualization>
00053 
00054 </Visualization>
00055 
00056 <!-- 
00057 // Do not change the comments below - they will be added automatically by CVS
00058 /*****************************************************************************
00059 *       $Log: DSACSSConfig.xml,v $
00060 *       Revision 1.1  2006/07/25 20:44:12  jayhawk_hokie
00061 *       Initial submission.
00062 *
00063 *
00064 *
00065 *
00066 ******************************************************************************/
00067 -->

Generated on Wed Sep 5 12:54:20 2007 for DSACSS Operational Code by  doxygen 1.3.9.1