UA Server SDK C++ Bundle  1.3.2.200
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
HistoryJobBase Class Reference

HistoryReadRawModifiedJob Derived from UaThreadPoolJob. More...

Inherits UaThreadPoolJob.

Inherited by HistoryDeleteAtTimeJob, HistoryDeleteEventsJob, HistoryDeleteRawModifiedJob, HistoryReadAtTimeJob, HistoryReadEventsJob, HistoryReadProcessedJob, HistoryReadRawModifiedJob, HistoryUpdateDataJob, and HistoryUpdateEventsJob.

Public Member Functions

 HistoryJobBase ()
 Constructor.
virtual ~HistoryJobBase ()
 Destructor.

Data Fields

ServiceContext m_serviceContext
 Service context for the history call.
HistoryManagerBasem_pHistoryManagerBase
 Object pointer for the history manager implementation.
HistoryVariableHandlem_pHistoryVariableHandle
 HistoryVariableHandle for the variable in the history call.
HistoryReadCPUserDataBasem_pContinuationPoint
 Continuation point for the history call.
HistoryManagerCallbackm_pCallback
 Callback interface for the history call result.
OpcUa_UInt32 m_hTransaction
 Transaction handle for the history call.
OpcUa_UInt32 m_callbackHandle
 Callback handle for the history operation.
OpcUa_TimestampsToReturn m_timestampsToReturn
 The client selected timestamp to return.

Detailed Description

HistoryReadRawModifiedJob Derived from UaThreadPoolJob.

It is not possible to make plane copies of this class.

Constructor & Destructor Documentation

HistoryJobBase::HistoryJobBase ( )
inline

Constructor.

virtual HistoryJobBase::~HistoryJobBase ( )
inlinevirtual

Destructor.

Field Documentation

OpcUa_UInt32 HistoryJobBase::m_callbackHandle

Callback handle for the history operation.

OpcUa_UInt32 HistoryJobBase::m_hTransaction

Transaction handle for the history call.

HistoryManagerCallback* HistoryJobBase::m_pCallback

Callback interface for the history call result.

HistoryReadCPUserDataBase* HistoryJobBase::m_pContinuationPoint

Continuation point for the history call.

HistoryManagerBase* HistoryJobBase::m_pHistoryManagerBase

Object pointer for the history manager implementation.

HistoryVariableHandle* HistoryJobBase::m_pHistoryVariableHandle

HistoryVariableHandle for the variable in the history call.

ServiceContext HistoryJobBase::m_serviceContext

Service context for the history call.

OpcUa_TimestampsToReturn HistoryJobBase::m_timestampsToReturn

The client selected timestamp to return.


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