Fawkes API
Fawkes Development Version
|
#include <>>
Public Member Functions | |
VisionMasterAspect (firevision::VisionMaster *master) __attribute__((nonnull)) | |
Constructor. More... | |
virtual | ~VisionMasterAspect () |
Virtual empty Destructor. More... | |
firevision::VisionMaster * | vision_master () |
Get vision master. More... | |
![]() | |
const std::list< const char * > & | get_aspects () const |
Get list of aspect names attached to a aspected thread. More... | |
Additional Inherited Members | |
![]() | |
void | add_aspect (const char *name) |
Add an aspect to a thread. More... | |
Vision Master Aspect.
This aspect provides access to the vision muster. Your thread having this aspect has to call the proper constructor that sets the vision master.
Definition at line 39 of file vision_master.h.
fawkes::VisionMasterAspect::VisionMasterAspect | ( | firevision::VisionMaster * | master | ) |
Constructor.
master | vision master |
Definition at line 46 of file vision_master.cpp.
References fawkes::Aspect::add_aspect().
|
virtual |
Virtual empty Destructor.
Definition at line 54 of file vision_master.cpp.
firevision::VisionMaster * fawkes::VisionMasterAspect::vision_master | ( | ) |