Fawkes API
Fawkes Development Version
|
Thread aspect to get access to NaoQi broker. More...
#include <>>
Public Member Functions | |
NaoQiAspect () | |
Constructor. More... | |
virtual | ~NaoQiAspect () |
Virtual empty destructor. More... | |
![]() | |
const std::list< const char * > & | get_aspects () const |
Get list of aspect names attached to a aspected thread. More... | |
Protected Attributes | |
AL::ALPtr< AL::ALBroker > | naoqi_broker |
NaoQi broker. More... | |
Friends | |
class | NaoQiAspectIniFin |
Additional Inherited Members | |
![]() | |
void | add_aspect (const char *name) |
Add an aspect to a thread. More... | |
Thread aspect to get access to NaoQi broker.
Give this aspect to your thread to use features provided by NaoQi.
fawkes::NaoQiAspect::NaoQiAspect | ( | ) |
|
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(), NaoQiDCMThread::init(), and ~NaoQiAspect().