#include <aibolib.h>
Inheritance diagram for Aibo:
Public Member Functions | |
Aibo () | |
virtual | ~Aibo () |
virtual OStatus | DoInit (const OSystemEvent &event)=0 |
virtual OStatus | DoStart (const OSystemEvent &event)=0 |
virtual OStatus | DoStop (const OSystemEvent &event)=0 |
virtual OStatus | DoDestroy (const OSystemEvent &event)=0 |
int | MotorPowerOn () |
int | MotorPowerOff () |
Static Public Member Functions | |
static unsigned long | GetCurrentSystemTime () |
static unsigned long | GetTimeDiff (unsigned long t) |
Protected Member Functions | |
void | WaitReturnKey () const |
CamExample.h, HeadExample.h, LedsExample.h, LegsExample.h, MicExample.h, SensorsExample.h, and SoundExample.h.
|
Default constructor |
|
Default destructor |
|
Pure Virtual init method |
|
Pure Virtual start method |
|
Pure Virtual stop method |
|
Pure Virtual destroy method |
|
Turns the MotorPower on.
|
|
Turns the MotorPower off.
|
|
Returns the current system time in miliseconds
|
|
Returns the time difference in miliseconds
Here is the call graph for this function: |
|
Method that stops program till ENTER is pressed in terminal |
Tim Baier
AiboLib v0.2.4 |
Generated Thu Jan 19 11:55:01 2006 by 1.4.3 |