|
OpenCPN Partial API docs
|
Runtime representation of a plugin block. More...
Public Member Functions | |
| block (int _major, int _minor) | |
| block (const struct config_block &cb) | |
| bool | is_matching (int _major, int _minor) const |
| Return true if _major/_minor matches the blocked plugin. | |
| plug_data | to_plug_data (std::string name) |
Public Attributes | |
| int | major |
| int | minor |
| plug_status | status |
| const char * | message |
Runtime representation of a plugin block.
Definition at line 97 of file plugin_blacklist.cpp.