SkillerPlugin Class Reference
Skill Execution Runtime Plugin. More...
#include <plugins/skiller/skiller_plugin.h>
Inheritance diagram for SkillerPlugin:

Public Member Functions | |
| SkillerPlugin (fawkes::Configuration *config) | |
| Constructor. | |
Detailed Description
Skill Execution Runtime Plugin.This plugin facilitates the Fawkes skill module. It allows for execution of so-called skills, basic action atoms that can be used for form complex behavior.
Definition at line 28 of file skiller_plugin.h.
Constructor & Destructor Documentation
| SkillerPlugin::SkillerPlugin | ( | fawkes::Configuration * | config | ) |
Constructor.
- Parameters:
-
config Fawkes configuration
Definition at line 40 of file skiller_plugin.cpp.
References fawkes::ThreadList::push_back(), and fawkes::Plugin::thread_list.
The documentation for this class was generated from the following files:
- src/plugins/skiller/skiller_plugin.h
- src/plugins/skiller/skiller_plugin.cpp

