OpenCPN Partial API docs
block Struct Reference

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
 

Detailed Description

Runtime representation of a plugin block.

Definition at line 97 of file plugin_blacklist.cpp.


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