Fledge
An open source edge computing platform for industrial users
PLUGIN_INFORMATION Struct Reference

The plugin infiornation structure, used to return information from a plugin during the laod and configuration stage. More...

#include <plugin_api.h>

Public Attributes

const char * name
 The name of the plugin.
 
const char * version
 The release version of the plugin.
 
unsigned int options
 The set of option flags that apply to this plugin.
 
const char * type
 The plugin type, this is one of storage, south, filter, north, notificationRule or notificationDelivery.
 
const char * interface
 The interface version of this plugin.
 
const char * config
 The default JSON configuration category for this plugin.
 

Detailed Description

The plugin infiornation structure, used to return information from a plugin during the laod and configuration stage.


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