Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ShutdownControl.cc

Go to the documentation of this file.
00001 #include "ShutdownControl.h"
00002 #ifdef PLATFORM_APERIOS
00003 #  include <OPENR/OPENRAPI.h>
00004 #endif
00005 
00006 ControlBase * ShutdownControl::doSelect()    {
00007 #ifdef PLATFORM_APERIOS
00008   OBootCondition bc(0);
00009   OPENR::Shutdown(bc);
00010 #endif
00011   return NULL;
00012 }
00013 
00014 /*! @file
00015  * @brief Implements ShutdownControl, which causes the aibo to shutdown (very short - one function separated out to limit recompile of the OPENR headers)
00016  * @author ejt (Creator)
00017  *
00018  * $Author: ejt $
00019  * $Name: tekkotsu-2_4_1 $
00020  * $Revision: 1.4 $
00021  * $State: Exp $
00022  * $Date: 2005/02/02 18:20:27 $
00023  */
00024 

Tekkotsu v2.4.1
Generated Tue Aug 16 16:32:48 2005 by Doxygen 1.4.4