Skip to main content

GCDatapoint

Type Alias GCDatapoint 

pub type GCDatapoint = sGCDatapoint;
Expand description

@brief 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.

Aliased Type§

#[repr(C)]
pub struct GCDatapoint { pub name: *const i8, pub description: *const i8, pub id: u64, pub unit: *const i8, }

Fields§

§name: *const i8

@brief The name of the datapoint

§description: *const i8

@brief The description of the datapoint

§id: u64

@brief The id of the datapoint

§unit: *const i8

@brief The unit of the datapoint