C++ Based OPC UA Client/Server SDK  1.5.5.355
OpcUa_AggregateConfiguration Struct Reference

A structure that is defined as the type of the aggregateConfiguration parameter of the AggregateFilter structure. More...

#include <opcua_types.h>

Inherited by UaAggregateConfigurationPrivate [private].

Public Attributes

OpcUa_Boolean UseServerCapabilitiesDefaults
 A Boolean parameter indicating whether to use default aggregate configuration settings. More...
 
OpcUa_Boolean TreatUncertainAsBad
 Indicates how the server treats data returned with a StatusCode severity Uncertain with respect to Aggregate calculations. More...
 
OpcUa_Byte PercentDataBad
 Indicates the minimum percentage of bad data in a given interval required for the StatusCode for the given interval for processed data request to be set to Bad. More...
 
OpcUa_Byte PercentDataGood
 Indicates the minimum percentage of Good data in a given interval required for the StatusCode for the given interval for the processed data requests to be set to Good. More...
 
OpcUa_Boolean UseSlopedExtrapolation
 Indicates how the server interpolates data when no boundary value exists (i.e. More...
 

Detailed Description

A structure that is defined as the type of the aggregateConfiguration parameter of the AggregateFilter structure.


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