00001 ////////////////////////////////////////////////////////////////////////////////////////////////// 00002 /*! \file Sensor.cpp 00003 * \brief Implementation of the Sensor class 00004 * \author $Author: simpliciter $ 00005 * \version $Revision: 1.1 $ 00006 * \date $Date: 2003/07/04 14:08:05 $ 00007 *////////////////////////////////////////////////////////////////////////////////////////////////// 00008 /*! 00009 */ 00010 ////////////////////////////////////////////////////////////////////////////////////////////////// 00011 00012 00013 #include "Sensor.h" 00014 00015 ////////////////////////////////////////////////////////////////////// 00016 // Construction/Destruction 00017 ////////////////////////////////////////////////////////////////////// 00018 00019 Sensor::Sensor() 00020 { 00021 00022 } 00023 00024 Sensor::~Sensor() 00025 { 00026 00027 } 00028 /* 00029 int Sensor::Initialize() 00030 { 00031 return Device::Initialize(); 00032 } 00033 */ 00034 00035 // Do not change the comments below - they will be added automatically by CVS 00036 /***************************************************************************** 00037 * $Log: Sensor.cpp,v $ 00038 * Revision 1.1 2003/07/04 14:08:05 simpliciter 00039 * Rearranged directory tree. 00040 * 00041 * Revision 1.2 2003/07/03 16:54:48 shoemaker 00042 * Added semi-working versions of DMU code 00043 * 00044 * Revision 1.1.1.1 2003/06/06 18:44:15 simpliciter 00045 * Initial submission. 00046 * 00047 * Revision 1.1.1.1 2003/06/06 14:44:15 simpliciter 00048 * Initial import. 00049 * 00050 * 00051 ******************************************************************************/