Gateway C ABI
Loading...
Searching...
No Matches
sGCDatapoint Struct Reference

Datapoint information The information about a datapoint, each DatapointValue will belong to a specific Datapoint which can be verified by it's ID which is unique for the entire Gateway/plugins. More...

#include <abi.h>

Data Fields

const char * name
 The name of the datapoint.
 
const char * description
 The description of the datapoint.
 
uint64_t id
 The id of the datapoint.
 
const char * unit
 The unit of the datapoint.
 

Detailed Description

Datapoint information The information about a datapoint, each DatapointValue will belong to a specific Datapoint which can be verified by it's ID which is unique for the entire Gateway/plugins.

Field Documentation

◆ description

const char* sGCDatapoint::description

The description of the datapoint.

◆ id

uint64_t sGCDatapoint::id

The id of the datapoint.

◆ name

const char* sGCDatapoint::name

The name of the datapoint.

◆ unit

const char* sGCDatapoint::unit

The unit of the datapoint.


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