Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
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-1_4_1 $ 00016 * $Revision: 1.2 $ 00017 * $State: Exp $ 00018 * $Date: 2003/06/12 23:41:36 $ 00019 */ 00020
Tekkotsu v1.4 |
Generated Sat Jul 19 00:06:31 2003 by Doxygen 1.3.2 |