Fawkes API
Fawkes Development Version
|
Thread aspect to get access to NaoQi broker. More...
#include <>>
Public Member Functions | |
NaoQiAspect () | |
Constructor. | |
virtual | ~NaoQiAspect () |
Virtual empty destructor. | |
![]() | |
const std::list< const char * > & | get_aspects () const |
Get list of aspect names attached to a aspected thread. |
Protected Attributes | |
AL::ALPtr< AL::ALBroker > | naoqi_broker |
NaoQi broker. |
Friends | |
class | NaoQiAspectIniFin |
Additional Inherited Members | |
![]() | |
void | add_aspect (const char *name) |
Add an aspect to a thread. |
Thread aspect to get access to NaoQi broker.
Give this aspect to your thread to use features provided by NaoQi.
|
virtual |
|
protected |
NaoQi broker.
Use this broker to access features provided by NaoQi and its modules.
Definition at line 45 of file naoqi.h.
Referenced by NaoQiSpeechSynthThread::init(), NaoQiLedThread::init(), NaoQiMotionThread::init(), NaoQiButtonThread::init(), and NaoQiDCMThread::init().