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

HistoryReadRawModifiedJob Derived from UaThreadPoolJob. More...

Inherits HistoryJobBase.

Public Member Functions

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

Data Fields

OpcUa_UInt32 m_numValuesPerNode
 Maximum number of values to return. More...
 
OpcUa_DateTime m_startTime
 Start time of the interval to read. More...
 
OpcUa_DateTime m_endTime
 End time of the interval to read. More...
 
OpcUa_Boolean m_bIsReadModified
 Indicates if the read should return modified data. More...
 
OpcUa_Boolean m_returnBounds
 Indicates if the read should return bound values. 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

HistoryReadRawModifiedJob Derived from UaThreadPoolJob.

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

Constructor & Destructor Documentation

HistoryReadRawModifiedJob::HistoryReadRawModifiedJob ( )
inline

Constructor.

virtual HistoryReadRawModifiedJob::~HistoryReadRawModifiedJob ( )
inlinevirtual

Destructor.

Field Documentation

OpcUa_Boolean HistoryReadRawModifiedJob::m_bIsReadModified

Indicates if the read should return modified data.

OpcUa_DateTime HistoryReadRawModifiedJob::m_endTime

End time of the interval to read.

OpcUa_UInt32 HistoryReadRawModifiedJob::m_numValuesPerNode

Maximum number of values to return.

OpcUa_Boolean HistoryReadRawModifiedJob::m_returnBounds

Indicates if the read should return bound values.

OpcUa_DateTime HistoryReadRawModifiedJob::m_startTime

Start time of the interval to read.


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