C# Class Opc.Ua.Server.Aggregators

The set of built-in aggregate factories.
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode 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 méthode

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
Résultat IAggregateCalculator

GetIdForStandardAggregate() public static méthode

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

GetNameForStandardAggregate() public static méthode

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