00001 ////////////////////////////////////////////////////////////////////////////////////////////////// 00002 /*! \file RateGyro.cpp 00003 * \brief Implementation of the RateGyro class 00004 * \author $Author: shoemaker $ 00005 * \version $Revision: 1.2 $ 00006 * \date $Date: 2003/07/03 16:54:50 $ 00007 *////////////////////////////////////////////////////////////////////////////////////////////////// 00008 /*! 00009 */ 00010 ////////////////////////////////////////////////////////////////////////////////////////////////// 00011 00012 00013 #include "RateGyro.h" 00014 00015 ////////////////////////////////////////////////////////////////////// 00016 // Construction/Destruction 00017 ////////////////////////////////////////////////////////////////////// 00018 00019 RateGyro::RateGyro() 00020 { 00021 00022 } 00023 00024 // just use the inherited functions instead? 00025 /* 00026 RateGyro::RateGyro(const string& _sInitString) 00027 { 00028 Initialize(_sInitString); 00029 } 00030 */ 00031 00032 RateGyro::~RateGyro() 00033 { 00034 00035 } 00036 00037 // just use the inherited functions instead? 00038 /* 00039 Vector RateGyro::GetMeasurements() const 00040 { 00041 return Vector(3); 00042 } 00043 */ 00044 00045 /*int RateGyro::Initialize(const string& _sInitString) 00046 { 00047 return Sensor::Initialize(); 00048 } 00049 */ 00050 00051 // Do not change the comments below - they will be added automatically by CVS 00052 /***************************************************************************** 00053 * $Log: RateGyro.cpp,v $ 00054 * Revision 1.2 2003/07/03 16:54:50 shoemaker 00055 * Added semi-working versions of DMU code 00056 * 00057 * Revision 1.1.1.1 2003/06/06 18:44:15 simpliciter 00058 * Initial submission. 00059 * 00060 * 00061 ******************************************************************************/