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

HistoryDeleteRawModifiedJob Derived from UaThreadPoolJob. More...

Inherits HistoryJobBase.

Public Member Functions

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

Data Fields

OpcUa_Boolean m_bIsDeleteModified
 Indicates if the delete should affect modified data.
OpcUa_DateTime m_startTime
 Start time of the interval to read.
OpcUa_DateTime m_endTime
 End time of the interval to read.
- 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

HistoryDeleteRawModifiedJob Derived from UaThreadPoolJob.

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

Constructor & Destructor Documentation

HistoryDeleteRawModifiedJob::HistoryDeleteRawModifiedJob ( )
inline

Constructor.

virtual HistoryDeleteRawModifiedJob::~HistoryDeleteRawModifiedJob ( )
inlinevirtual

Destructor.

Member Function Documentation

void HistoryDeleteRawModifiedJob::execute ( )
virtual

Execute the HistoryDeleteRawModifiedJob.

Execute the DeleteRawModified Job.

Implements UaThreadPoolJob.

Field Documentation

OpcUa_Boolean HistoryDeleteRawModifiedJob::m_bIsDeleteModified

Indicates if the delete should affect modified data.

OpcUa_DateTime HistoryDeleteRawModifiedJob::m_endTime

End time of the interval to read.

OpcUa_DateTime HistoryDeleteRawModifiedJob::m_startTime

Start time of the interval to read.


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