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

UaQueryContext Class. More...

#include <uatransactionmanager.h>

Inherits UaTMBaseContext.

Inherited by UaQueryFirstContext, and UaQueryNextContext.

Public Types

enum  QueryType { QueryFirst = 0, QueryNext }
 Description of the Enumeration HashType.
 
- Public Types inherited from UaTMBaseContext
enum  ContextType {
  UnknownContext, HistoryReadContext, HistoryUpdateContext, QueryFirstContext,
  QueryNextContext
}
 

Public Member Functions

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

Public Attributes

QueryContextm_pQueryContext
 
UaQueryDataSets m_queryDataSets
 
- 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
 

Protected Attributes

OpcUa_EncodeableType * m_pResponseType
 

Detailed Description

UaQueryContext Class.

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


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