open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_HistoryDataGathering Struct Reference

#include <history_data_gathering.h>

Data Fields

void * context
 
void(* deleteMembers )(UA_HistoryDataGathering *gathering)
 
UA_StatusCode(* registerNodeId )(UA_Server *server, void *hdgContext, const UA_NodeId *nodeId, const UA_HistorizingNodeIdSettings setting)
 
UA_StatusCode(* stopPoll )(UA_Server *server, void *hdgContext, const UA_NodeId *nodeId)
 
UA_StatusCode(* startPoll )(UA_Server *server, void *hdgContext, const UA_NodeId *nodeId)
 
UA_Boolean(* updateNodeIdSetting )(UA_Server *server, void *hdgContext, const UA_NodeId *nodeId, const UA_HistorizingNodeIdSettings setting)
 
const UA_HistorizingNodeIdSettings *(* getHistorizingSetting )(UA_Server *server, void *hdgContext, const UA_NodeId *nodeId)
 
void(* setValue )(UA_Server *server, void *hdgContext, const UA_NodeId *sessionId, void *sessionContext, const UA_NodeId *nodeId, UA_Boolean historizing, const UA_DataValue *value)
 

Detailed Description

Definition at line 38 of file history_data_gathering.h.

Field Documentation

◆ context

void* UA_HistoryDataGathering::context

Definition at line 39 of file history_data_gathering.h.

◆ deleteMembers

void(* UA_HistoryDataGathering::deleteMembers) (UA_HistoryDataGathering *gathering)

Definition at line 41 of file history_data_gathering.h.

◆ registerNodeId

UA_StatusCode(* UA_HistoryDataGathering::registerNodeId) (UA_Server *server, void *hdgContext, const UA_NodeId *nodeId, const UA_HistorizingNodeIdSettings setting)

Definition at line 50 of file history_data_gathering.h.

◆ stopPoll

UA_StatusCode(* UA_HistoryDataGathering::stopPoll) (UA_Server *server, void *hdgContext, const UA_NodeId *nodeId)

Definition at line 62 of file history_data_gathering.h.

◆ startPoll

UA_StatusCode(* UA_HistoryDataGathering::startPoll) (UA_Server *server, void *hdgContext, const UA_NodeId *nodeId)

Definition at line 72 of file history_data_gathering.h.

◆ updateNodeIdSetting

UA_Boolean(* UA_HistoryDataGathering::updateNodeIdSetting) (UA_Server *server, void *hdgContext, const UA_NodeId *nodeId, const UA_HistorizingNodeIdSettings setting)

Definition at line 83 of file history_data_gathering.h.

◆ getHistorizingSetting

const UA_HistorizingNodeIdSettings *(* UA_HistoryDataGathering::getHistorizingSetting) (UA_Server *server, void *hdgContext, const UA_NodeId *nodeId)

Definition at line 95 of file history_data_gathering.h.

◆ setValue

void(* UA_HistoryDataGathering::setValue) (UA_Server *server, void *hdgContext, const UA_NodeId *sessionId, void *sessionContext, const UA_NodeId *nodeId, UA_Boolean historizing, const UA_DataValue *value)

Definition at line 108 of file history_data_gathering.h.


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