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

HistoryUpdateEventsJob Derived from UaThreadPoolJob. More...

Inherits HistoryJobBase.

Public Member Functions

 HistoryUpdateEventsJob ()
 Constructor.
virtual ~HistoryUpdateEventsJob ()
 Destructor.
void execute ()
 Execute the HistoryUpdateEventsJob.
- Public Member Functions inherited from HistoryJobBase
 HistoryJobBase ()
 Constructor.
virtual ~HistoryJobBase ()
 Destructor.

Data Fields

OpcUa_PerformUpdateType m_performInsertReplace
 Mode for update.
OpcUa_EventFilter m_eventfilter
 Event filter for the history read event.
UaEventFieldLists m_eventData
 List of events to update.
- Data Fields inherited from HistoryJobBase
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

HistoryUpdateEventsJob Derived from UaThreadPoolJob.

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

Constructor & Destructor Documentation

HistoryUpdateEventsJob::HistoryUpdateEventsJob ( )
inline

Constructor.

virtual HistoryUpdateEventsJob::~HistoryUpdateEventsJob ( )
inlinevirtual

Destructor.

Member Function Documentation

void HistoryUpdateEventsJob::execute ( )
virtual

Execute the HistoryUpdateEventsJob.

Execute the UpdateEvents Job.

Implements UaThreadPoolJob.

Field Documentation

UaEventFieldLists HistoryUpdateEventsJob::m_eventData

List of events to update.

OpcUa_EventFilter HistoryUpdateEventsJob::m_eventfilter

Event filter for the history read event.

OpcUa_PerformUpdateType HistoryUpdateEventsJob::m_performInsertReplace

Mode for update.


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