ed
|
#include <hello_world_plugin.h>
Public Member Functions | |
HelloWorld () | |
void | initialize (ed::InitData &init) |
void | process (const ed::WorldModel &world, ed::UpdateRequest &req) |
virtual | ~HelloWorld () |
![]() | |
virtual void | configure (tue::Configuration) |
virtual void | initialize () |
const std::string & | name () const |
virtual void | process (const PluginInput &, UpdateRequest &) |
virtual | ~Plugin () |
Private Attributes | |
std::string | text_ |
Additional Inherited Members | |
![]() | |
TFBufferConstPtr | tf_buffer_ |
Definition at line 6 of file hello_world_plugin.h.
HelloWorld::HelloWorld | ( | ) |
Definition at line 9 of file hello_world_plugin.cpp.
|
virtual |
Definition at line 15 of file hello_world_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 21 of file hello_world_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 28 of file hello_world_plugin.cpp.
|
private |
Definition at line 21 of file hello_world_plugin.h.