|
Gateway C ABI
|
Holds the configuration and related functions. More...
#include <abi.h>
Data Fields | |
| const GCJsonCallbacks | pluginJsonConfig |
| const GCDatapoint * | ownDatapoints |
| const uint64_t | ownDatapointsCount |
| const GCDatapoint * | subscribedDatapoints |
| const uint64_t | subscribedDatapointsCount |
Holds the configuration and related functions.
This struct holds the configuration of the plugin and the related functions that the plugin can use.
| const GCDatapoint* sPluginConfig::ownDatapoints |
An array with size ownDatapointsCount that contains information about each datapoint where the plugin is allowed to publish. This will be all the datapoints, where the current instance was set as a publisher in the configuration.
| const uint64_t sPluginConfig::ownDatapointsCount |
| const GCJsonCallbacks sPluginConfig::pluginJsonConfig |
Structure containing the configuration specific to this plugin and respective callbacks
| const GCDatapoint* sPluginConfig::subscribedDatapoints |
An array with size subscribedDatapointsCount that contains information about each datapoint where the plugin is subscribed to. This will be all the datapoints, where the current instance was set as a subscriber in the configuration.
| const uint64_t sPluginConfig::subscribedDatapointsCount |