Simple example plugin. More...
#include <plugins/examples/basics/example_plugin.h>

Public Member Functions | |
| ExamplePlugin (fawkes::Configuration *config) | |
| Constructor. | |
Simple example plugin.
Creates a few threads for different wakeup hooks that print out messages every 10 iterations.
Definition at line 28 of file example_plugin.h.
| ExamplePlugin::ExamplePlugin | ( | fawkes::Configuration * | config | ) |
Constructor.
| config | Fawkes configuration |
Definition at line 45 of file example_plugin.cpp.
References fawkes::ThreadList::push_back(), and fawkes::Plugin::thread_list.
1.6.1