Public Attributes | List of all members
gpp_plugin::PluginParameter Struct Reference

Parameters defining how to execute a plugin. More...

#include <gpp_plugin.hpp>

Public Attributes

std::string name
 
bool on_failure_break = true
 
bool on_success_break = false
 

Detailed Description

Parameters defining how to execute a plugin.

If on_success_break is set to true, and the plugin succeeds, the entire plugin-group (pre-, post-planning or planning) succeeds.

If on_failure_break is set to true, and the plugin fails, the entire plugin-group fails.

Definition at line 135 of file gpp_plugin.hpp.

Member Data Documentation

◆ name

std::string gpp_plugin::PluginParameter::name

Definition at line 136 of file gpp_plugin.hpp.

◆ on_failure_break

bool gpp_plugin::PluginParameter::on_failure_break = true

Definition at line 138 of file gpp_plugin.hpp.

◆ on_success_break

bool gpp_plugin::PluginParameter::on_success_break = false

Definition at line 137 of file gpp_plugin.hpp.


The documentation for this struct was generated from the following file:


gpp_plugin
Author(s):
autogenerated on Wed Mar 2 2022 00:21:23