Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
RebootControl.ccGo to the documentation of this file.00001 #include "RebootControl.h" 00002 #include <OPENR/OPENRAPI.h> 00003 00004 ControlBase * RebootControl::doSelect() { 00005 OBootCondition bc(obcbBOOT_TIMER, 0, obcbttRELATIVE); 00006 OPENR::Shutdown(bc); 00007 return NULL; 00008 } 00009 00010 /*! @file 00011 * @brief Implements RebootControl, which causes the aibo to reboot (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_2_1 $ 00016 * $Revision: 1.3 $ 00017 * $State: Rel $ 00018 * $Date: 2003/09/25 15:26:11 $ 00019 */ 00020 |
Tekkotsu v2.2.1 |
Generated Tue Nov 23 16:36:39 2004 by Doxygen 1.3.9.1 |