Aibo3DControllerBehavior Class Reference#include <Aibo3DControllerBehavior.h>
Inheritance diagram for Aibo3DControllerBehavior:
[legend]List of all members.
Detailed Description
Listens to aibo3d control commands coming in from the command port.
Definition at line 25 of file Aibo3DControllerBehavior.h.
Constructor & Destructor Documentation
Aibo3DControllerBehavior::Aibo3DControllerBehavior |
( |
|
) |
[inline] |
|
Member Function Documentation
virtual void Aibo3DControllerBehavior::DoStart |
( |
|
) |
[inline, virtual] |
|
virtual void Aibo3DControllerBehavior::DoStop |
( |
|
) |
[inline, virtual] |
|
|
By default, subtracts from the reference counter (RemoveReference()), and thus may deletex if zero; Don't forget to still call this when you override this; Warning: call this at the end of your DoStop(), not beginning (it might delete this ).
Reimplemented from BehaviorBase.
Definition at line 97 of file Aibo3DControllerBehavior.h. |
std::string Aibo3DControllerBehavior::getClassDescription |
( |
|
) |
[inline, static] |
|
virtual std::string Aibo3DControllerBehavior::getGUIType |
( |
|
) |
const [inline, virtual] |
|
virtual std::string Aibo3DControllerBehavior::getName |
( |
|
) |
const [inline, virtual] |
|
virtual unsigned int Aibo3DControllerBehavior::getPort |
( |
|
) |
const [inline, virtual] |
|
int Aibo3DControllerBehavior::registerData |
( |
char * |
buf, |
|
|
int |
bytes |
|
) |
[inline] |
|
void Aibo3DControllerBehavior::updateRC |
( |
|
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|