UA Server SDK C++ Bundle  1.4.0.258
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaHistoryReadContext Class Reference

UaHistoryReadContext. More...

#include <uatransactionmanager.h>

Inherits UaTMBaseContext.

Public Member Functions

 UaHistoryReadContext ()
 construction
 
virtual ~UaHistoryReadContext ()
 destruction
 
void sendResponse ()
 Send the response for the service. More...
 
virtual ContextType getType ()
 
- Public Member Functions inherited from UaTMBaseContext
 UaTMBaseContext ()
 construction
 
virtual ~UaTMBaseContext ()
 destruction
 
void execute ()
 Execute operation. More...
 

Public Attributes

OpcUa_HistoryReadRequest * m_pRequest
 
UaHistoryReadResults m_arUaHistoryReadResults
 
std::list< HistoryManagerSubset * > m_listHistoryManagerSubsets
 
- Public Attributes inherited from UaTMBaseContext
OpcUa_Endpoint m_pEndpoint
 
OpcUa_Handle m_hCallContext
 
OpcUa_EncodeableType * m_pRequestType
 
ServiceContext m_serviceContext
 
UaMutex m_mutex
 
OpcUa_UInt32 m_finishedItemCount
 
UaDiagnosticInfoRawArray m_pDiagnosticInfoArray
 
OpcUa_Boolean m_isCancled
 
OpcUa_Boolean m_isReadyToCancel
 
OpcUa_Boolean m_isReadyToBeDeleted
 

Additional Inherited Members

- Public Types inherited from UaTMBaseContext
enum  ContextType {
  UnknownContext, HistoryReadContext, HistoryUpdateContext, QueryFirstContext,
  QueryNextContext
}
 

Detailed Description

UaHistoryReadContext.

UaHistoryReadContext Class. Derived from UaTMBaseContext. It is not possible to create plane copies of this class.

Member Function Documentation

void UaHistoryReadContext::sendResponse ( )
virtual

Send the response for the service.

Implements UaTMBaseContext.


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