36 #ifndef KICAD_PLUGIN_EXPORT
37 #define KICAD_PLUGIN_EXPORT extern "C" __attribute__((__visibility__("default")))
40 #ifndef KICAD_PLUGIN_EXPORT
41 #define KICAD_PLUGIN_EXPORT extern "C" __declspec( dllexport )
68 unsigned char* Patch,
unsigned char* Revision );
80 unsigned char Patch,
unsigned char Revision );
104 unsigned char* Patch,
unsigned char* Revision );
KICAD_PLUGIN_EXPORT bool CheckClassVersion(unsigned char Major, unsigned char Minor, unsigned char Patch, unsigned char Revision)
Return true if the class version reported by the Plugin Loader is compatible with the specific implem...
KICAD_PLUGIN_EXPORT void GetPluginVersion(unsigned char *Major, unsigned char *Minor, unsigned char *Patch, unsigned char *Revision)
Retrieve the version of the instantiated plugin for informational purposes.
#define KICAD_PLUGIN_EXPORT
KICAD_PLUGIN_EXPORT char const * GetKicadPluginClass(void)
Return the name of the implemented plugin class, for example 3DPLUGIN.
KICAD_PLUGIN_EXPORT const char * GetKicadPluginName(void)
Return the name of the plugin instance, for example IDFv3.
KICAD_PLUGIN_EXPORT void GetClassVersion(unsigned char *Major, unsigned char *Minor, unsigned char *Patch, unsigned char *Revision)
Retrieve the version of the Plugin Class.