![]() |
HAL
|
Plugin interface for the Boolean influence plugin. More...
#include <plugin_boolean_influence.h>
Public Member Functions | |
BooleanInfluencePlugin ()=default | |
Default constructor for BooleanInfluencePlugin . More... | |
~BooleanInfluencePlugin ()=default | |
Default destructor for BooleanInfluencePlugin . More... | |
std::string | get_name () const override |
Get the name of the plugin. More... | |
std::string | get_description () const override |
Get a short description of the plugin. More... | |
std::string | get_version () const override |
Get the version of the plugin. More... | |
std::set< std::string > | get_dependencies () const override |
Get the plugin dependencies. More... | |
![]() | |
BasePluginInterface ()=default | |
virtual | ~BasePluginInterface () |
virtual void | initialize () |
template<typename... Args> | |
void | log (const Args &... args) const |
virtual void | on_load () |
virtual void | on_unload () |
virtual void | initialize_logging () |
virtual std::vector< AbstractExtensionInterface * > | get_extensions () const |
template<typename T > | |
T * | get_first_extension () const |
void | delete_extension (AbstractExtensionInterface *aeif) |
Additional Inherited Members | |
![]() | |
std::vector< AbstractExtensionInterface * > | m_extensions |
Plugin interface for the Boolean influence plugin.
This class provides an interface to integrate the Boolean influence plugin within the HAL framework.
Definition at line 43 of file plugin_boolean_influence.h.
|
default |
Default constructor for BooleanInfluencePlugin
.
|
default |
Default destructor for BooleanInfluencePlugin
.
|
overridevirtual |
Get the plugin dependencies.
Reimplemented from hal::BasePluginInterface.
Definition at line 25 of file plugin_boolean_influence.cpp.
Referenced by hal::PYBIND11_PLUGIN().
|
overridevirtual |
Get a short description of the plugin.
Reimplemented from hal::BasePluginInterface.
Definition at line 20 of file plugin_boolean_influence.cpp.
Referenced by hal::PYBIND11_PLUGIN().
|
overridevirtual |
Get the name of the plugin.
Implements hal::BasePluginInterface.
Definition at line 10 of file plugin_boolean_influence.cpp.
Referenced by hal::PYBIND11_PLUGIN().
|
overridevirtual |
Get the version of the plugin.
Implements hal::BasePluginInterface.
Definition at line 15 of file plugin_boolean_influence.cpp.
Referenced by hal::PYBIND11_PLUGIN().