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

Actuator.cpp

Go to the documentation of this file.
00001 //////////////////////////////////////////////////////////////////////////////////////////////////
00002 /*! \file Actuator.cpp
00003 *  \brief Implementation of the Actuator 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 "Actuator.h"
00014 
00015 //////////////////////////////////////////////////////////////////////
00016 // Construction/Destruction
00017 //////////////////////////////////////////////////////////////////////
00018 
00019 Actuator::Actuator()
00020 {
00021 
00022 }
00023 
00024 Actuator::~Actuator()
00025 {
00026 
00027 }
00028 int Actuator::Initialize()
00029 {
00030     return Device::Initialize();
00031 }
00032 
00033 // Do not change the comments below - they will be added automatically by CVS
00034 /*****************************************************************************
00035 *       $Log: Actuator.cpp,v $
00036 *       Revision 1.1  2003/07/04 14:08:05  simpliciter
00037 *       Rearranged directory tree.
00038 *       
00039 *       Revision 1.2  2003/06/30 15:51:57  nicmcp
00040 *       made some changes to the controller files
00041 *       
00042 *       Revision 1.1.1.1  2003/06/06 18:44:15  simpliciter
00043 *       Initial submission.
00044 *       
00045 *       Revision 1.1.1.1  2003/06/06 14:44:14  simpliciter
00046 *       Initial import.
00047 *       
00048 *
00049 ******************************************************************************/
00050 

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