Homepage Demos Overview Downloads Tutorials Reference
Credits

ShutdownControl.cc

Go to the documentation of this file.
00001 #include "ShutdownControl.h"
00002 #include <OPENR/OPENRAPI.h>
00003 
00004 ControlBase * ShutdownControl::doSelect()    {
00005   OBootCondition bc(0);
00006   OPENR::Shutdown(bc);
00007   return NULL;
00008 }
00009 
00010 /*! @file
00011  * @brief Implements ShutdownControl, which causes the aibo to shutdown (very short - one function separated out to limit recompile of the OPENR headers)
00012  * @author ejt (Creator)
00013  *
00014  * $Author: ejt $
00015  * $Name: tekkotsu-2_0 $
00016  * $Revision: 1.3 $
00017  * $State: Rel $
00018  * $Date: 2003/09/25 15:26:11 $
00019  */
00020 

Tekkotsu v2.0
Generated Wed Jan 21 03:20:29 2004 by Doxygen 1.3.4