C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
HistoryManagerBase Member List

This is the complete list of members for HistoryManagerBase, including all inherited members.

beginDeleteAtTime(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, const UaDateTimeArray &)HistoryManagerBasevirtual
beginDeleteEvents(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, const UaByteStringArray &)HistoryManagerBasevirtual
beginDeleteRawModified(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, OpcUa_Boolean, OpcUa_DateTime &, OpcUa_DateTime &)HistoryManagerBasevirtual
beginHistoryTransaction(HistoryManagerCallback *, const ServiceContext &, OpcUa_UInt32, OpcUa_UInt32, HistoryManager::TransactionType, OpcUa_TimestampsToReturn, OpcUa_Handle &)HistoryManagerBasevirtual
beginReadAtTime(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, HistoryReadCPUserDataBase *, const UaDateTimeArray &, OpcUa_Boolean, OpcUa_HistoryReadValueId *)HistoryManagerBasevirtual
beginReadEvents(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, HistoryReadCPUserDataBase *, OpcUa_UInt32, OpcUa_DateTime &, OpcUa_DateTime &, const OpcUa_EventFilter &, OpcUa_HistoryReadValueId *)HistoryManagerBasevirtual
beginReadProcessed(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, HistoryReadCPUserDataBase *, OpcUa_DateTime &, OpcUa_DateTime &, OpcUa_Double, const OpcUa_NodeId &, OpcUa_AggregateConfiguration, OpcUa_HistoryReadValueId *)HistoryManagerBasevirtual
beginReadRawModified(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, HistoryReadCPUserDataBase *, OpcUa_Boolean, OpcUa_UInt32, OpcUa_DateTime &, OpcUa_DateTime &, OpcUa_Boolean, OpcUa_HistoryReadValueId *)HistoryManagerBasevirtual
beginUpdateData(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, OpcUa_PerformUpdateType, OpcUa_Boolean, const UaDataValues &)HistoryManagerBasevirtual
beginUpdateEvents(OpcUa_Handle, OpcUa_UInt32, HistoryVariableHandle *, OpcUa_PerformUpdateType, const OpcUa_EventFilter &, const UaHistoryEventFieldLists &)HistoryManagerBasevirtual
cancelHistoryTransaction(OpcUa_Handle hHistoryManagerContext)HistoryManagervirtual
deleteAtTime(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, const UaDateTimeArray &requestedTimes, UaStatusCodeArray &operationResults, UaDiagnosticInfos &operationDiagnosticInfos)HistoryManagerBasevirtual
deleteEvents(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, const UaByteStringArray &eventIds, UaStatusCodeArray &operationResults, UaDiagnosticInfos &operationDiagnosticInfos)HistoryManagerBasevirtual
deleteRawModified(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, OpcUa_Boolean isDeleteModified, OpcUa_DateTime &startTime, OpcUa_DateTime &endTime)HistoryManagerBasevirtual
finishHistoryTransaction(OpcUa_Handle)HistoryManagerBasevirtual
getAggregateConfiguration(const UaNodeId &variableNodeId, const ServiceContext &serviceContext, OpcUa_AggregateConfiguration &aggregateConfiguration)HistoryManagerBase
getSteppedPropertyValue(const UaNodeId &variableNodeId, const ServiceContext &serviceContext, bool &bStepped)HistoryManagerBase
HistoryManager()HistoryManagerinline
HistoryManagerBase()HistoryManagerBase
HistoryManagerBase(OpcUa_Boolean supportReadProcessed, OpcUa_Boolean supportReadAtTime)HistoryManagerBase
pHistoryServerCapabilities()HistoryManagerBase
readAtTime(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, OpcUa_TimestampsToReturn timestampsToReturn, const UaDateTimeArray &requestedTimes, OpcUa_Boolean useSimpleBounds, OpcUa_HistoryReadValueId *pReadValueId, UaDataValues &dataValues)HistoryManagerBasevirtual
readEvents(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, HistoryReadCPUserDataBase **ppContinuationPoint, OpcUa_UInt32 numValuesPerNode, OpcUa_DateTime &startTime, OpcUa_DateTime &endTime, const OpcUa_EventFilter &filter, OpcUa_HistoryReadValueId *pReadValueId, UaHistoryEventFieldLists &events)HistoryManagerBasevirtual
readModified(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, HistoryReadCPUserDataBase **ppContinuationPoint, OpcUa_TimestampsToReturn timestampsToReturn, OpcUa_UInt32 maxValues, OpcUa_DateTime &startTime, OpcUa_DateTime &endTime, OpcUa_Boolean returnBounds, OpcUa_HistoryReadValueId *pReadValueId, UaDataValues &dataValues, UaModificationInfo &modificationInformations)HistoryManagerBasevirtual
readProcessed(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, HistoryReadCPUserDataBase **ppContinuationPoint, OpcUa_TimestampsToReturn timestampsToReturn, OpcUa_DateTime &startTime, OpcUa_DateTime &endTime, OpcUa_Double resampleInterval, const UaNodeId &aggregateType, OpcUa_AggregateConfiguration aggregateConfiguration, OpcUa_HistoryReadValueId *pReadValueId, UaDataValues &dataValues)HistoryManagerBasevirtual
readRaw(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, HistoryReadCPUserDataBase **ppContinuationPoint, OpcUa_TimestampsToReturn timestampsToReturn, OpcUa_UInt32 maxValues, OpcUa_DateTime &startTime, OpcUa_DateTime &endTime, OpcUa_Boolean returnBounds, OpcUa_HistoryReadValueId *pReadValueId, UaDataValues &dataValues)=0HistoryManagerBasepure virtual
startUp(ServerManager *pServerManager)HistoryManagerBase
TransactionDeleteAtTime enum valueHistoryManager
TransactionDeleteData enum valueHistoryManager
TransactionDeleteEvents enum valueHistoryManager
TransactionReadAtTime enum valueHistoryManager
TransactionReadEvents enum valueHistoryManager
TransactionReadModified enum valueHistoryManager
TransactionReadProcessed enum valueHistoryManager
TransactionReadRaw enum valueHistoryManager
TransactionType enum nameHistoryManager
TransactionUpdateData enum valueHistoryManager
TransactionUpdateEvents enum valueHistoryManager
TransactionUpdateStructureData enum valueHistoryManager
updateData(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, OpcUa_PerformUpdateType performInsertReplace, OpcUa_Boolean isStructureUpdate, const UaDataValues &updateValue, UaStatusCodeArray &operationResults, UaDiagnosticInfos &operationDiagnosticInfos)HistoryManagerBasevirtual
updateEvents(const ServiceContext &serviceContext, HistoryVariableHandle *pVariableHandle, OpcUa_PerformUpdateType performInsertReplace, const OpcUa_EventFilter &filter, const UaHistoryEventFieldLists &eventData, UaStatusCodeArray &operationResults, UaDiagnosticInfos &operationDiagnosticInfos)HistoryManagerBasevirtual
~HistoryManager()HistoryManagerinlinevirtual
~HistoryManagerBase()HistoryManagerBasevirtual