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

HistoryUpdateDataJob Derived from UaThreadPoolJob. More...

Inherits HistoryJobBase.

Public Member Functions

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

Data Fields

OpcUa_PerformUpdateType m_performInsertReplace
 Mode for update. More...
 
UaDataValues m_updateValue
 Values to update. More...
 
- Data Fields inherited from HistoryJobBase
ServiceContext m_serviceContext
 Service context for the history call. More...
 
HistoryManagerBasem_pHistoryManagerBase
 Object pointer for the history manager implementation. More...
 
HistoryVariableHandlem_pHistoryVariableHandle
 HistoryVariableHandle for the variable in the history call. More...
 
HistoryReadCPUserDataBasem_pContinuationPoint
 Continuation point for the history call. More...
 
HistoryManagerCallbackm_pCallback
 Callback interface for the history call result. More...
 
OpcUa_UInt32 m_hTransaction
 Transaction handle for the history call. More...
 
OpcUa_UInt32 m_callbackHandle
 Callback handle for the history operation. More...
 
OpcUa_TimestampsToReturn m_timestampsToReturn
 The client selected timestamp to return. More...
 

Detailed Description

HistoryUpdateDataJob Derived from UaThreadPoolJob.

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

Constructor & Destructor Documentation

HistoryUpdateDataJob::HistoryUpdateDataJob ( )
inline

Constructor.

virtual HistoryUpdateDataJob::~HistoryUpdateDataJob ( )
inlinevirtual

Destructor.

Member Function Documentation

void HistoryUpdateDataJob::execute ( )
virtual

Execute the HistoryUpdateDataJob.

Execute the UpdateData Job.

Implements UaThreadPoolJob.

Field Documentation

OpcUa_PerformUpdateType HistoryUpdateDataJob::m_performInsertReplace

Mode for update.

UaDataValues HistoryUpdateDataJob::m_updateValue

Values to update.


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