C# Class Opc.Ua.Server.Aggregators

The set of built-in aggregate factories.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
CreateStandardCalculator ( NodeId aggregateId, System.DateTime startTime, System.DateTime endTime, double processingInterval, bool stepped, AggregateConfiguration configuration ) : IAggregateCalculator

Creates a calculator for one of the standard aggregates.

GetIdForStandardAggregate ( QualifiedName aggregateName ) : NodeId

Returns the id for a standard aggregates.

GetNameForStandardAggregate ( NodeId aggregateId ) : QualifiedName

Returns the name for a standard aggregates.

Method Details

CreateStandardCalculator() public static method

Creates a calculator for one of the standard aggregates.
public static CreateStandardCalculator ( NodeId aggregateId, System.DateTime startTime, System.DateTime endTime, double processingInterval, bool stepped, AggregateConfiguration configuration ) : IAggregateCalculator
aggregateId NodeId
startTime System.DateTime
endTime System.DateTime
processingInterval double
stepped bool
configuration AggregateConfiguration
return IAggregateCalculator

GetIdForStandardAggregate() public static method

Returns the id for a standard aggregates.
public static GetIdForStandardAggregate ( QualifiedName aggregateName ) : NodeId
aggregateName QualifiedName
return NodeId

GetNameForStandardAggregate() public static method

Returns the name for a standard aggregates.
public static GetNameForStandardAggregate ( NodeId aggregateId ) : QualifiedName
aggregateId NodeId
return QualifiedName