|
open62541 1.3.15
Open source implementation of OPC UA
|
#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) |
Definition at line 38 of file history_data_gathering.h.
| void* UA_HistoryDataGathering::context |
Definition at line 39 of file history_data_gathering.h.
| void(* UA_HistoryDataGathering::deleteMembers) (UA_HistoryDataGathering *gathering) |
Definition at line 41 of file history_data_gathering.h.
| 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.
| 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.
| 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.
| UA_StatusCode(* UA_HistoryDataGathering::startPoll) (UA_Server *server, void *hdgContext, const UA_NodeId *nodeId) |
Definition at line 72 of file history_data_gathering.h.
| UA_StatusCode(* UA_HistoryDataGathering::stopPoll) (UA_Server *server, void *hdgContext, const UA_NodeId *nodeId) |
Definition at line 62 of file history_data_gathering.h.
| 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.