![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
Host environment services provided to the plugin. More...
#include <dfx-plugins-interface/PluginInterface.h>
Public Attributes | |
| dfx_env_handle_t | handle |
| Host-specific context. | |
| void(* | log )(dfx_env_handle_t handle, int level, char const *msg) |
| Log a message through the host's logging system. | |
| char const *(* | get_plugin_dir )(dfx_env_handle_t handle) |
| Returns the absolute path to the directory containing this plugin binary. | |
Host environment services provided to the plugin.
| char const *(* dfx_env_api_t::get_plugin_dir) (dfx_env_handle_t handle) |
Returns the absolute path to the directory containing this plugin binary.
| dfx_env_handle_t dfx_env_api_t::handle |
Host-specific context.
| void(* dfx_env_api_t::log) (dfx_env_handle_t handle, int level, char const *msg) |
Log a message through the host's logging system.
| [in] | handle | The handle provided in this struct. |
| [in] | level | The severity (see DFX_LOG_LEVEL_INFO etc). |
| [in] | msg | The message string. |