Метод | Описание | |
---|---|---|
AggregateManager ( IServerInternal server ) : System |
Initilizes the manager.
|
|
CreateCalculator ( NodeId aggregateId, System.DateTime startTime, System.DateTime endTime, double processingInterval, bool stepped, AggregateConfiguration configuration ) : IAggregateCalculator |
Creates a new aggregate calculator.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
GetDefaultConfiguration ( NodeId variableId ) : AggregateConfiguration |
Returns the default configuration for the specified variable id.
|
|
IsSupported ( NodeId aggregateId ) : bool |
Checks if the aggregate is supported by the server.
|
|
RegisterFactory ( NodeId aggregateId ) : void |
Unregisters an aggregate factory.
|
|
RegisterFactory ( NodeId aggregateId, string aggregateName, AggregatorFactory factory ) : void |
Registers an aggregate factory.
|
|
SetDefaultConfiguration ( AggregateConfiguration configuration ) : void |
Sets the default aggregate configuration.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public AggregateManager ( IServerInternal server ) : System | ||
server | IServerInternal | |
Результат | System |
public CreateCalculator ( NodeId aggregateId, System.DateTime startTime, System.DateTime endTime, double processingInterval, bool stepped, AggregateConfiguration configuration ) : IAggregateCalculator | ||
aggregateId | NodeId | The id of the aggregate function. |
startTime | System.DateTime | When to start processing. |
endTime | System.DateTime | When to stop processing. |
processingInterval | double | The processing interval. |
stepped | bool | Whether stepped interpolation should be used. |
configuration | AggregateConfiguration | The configuaration to use. |
Результат | IAggregateCalculator |
public GetDefaultConfiguration ( NodeId variableId ) : AggregateConfiguration | ||
variableId | NodeId | The id of history data node. |
Результат | AggregateConfiguration |
public IsSupported ( NodeId aggregateId ) : bool | ||
aggregateId | NodeId | The id of the aggregate function. |
Результат | bool |
public RegisterFactory ( NodeId aggregateId ) : void | ||
aggregateId | NodeId | The id of the aggregate function. |
Результат | void |
public RegisterFactory ( NodeId aggregateId, string aggregateName, AggregatorFactory factory ) : void | ||
aggregateId | NodeId | The id of the aggregate function. |
aggregateName | string | The id of the aggregate name. |
factory | AggregatorFactory | The factory used to create calculators. |
Результат | void |
public SetDefaultConfiguration ( AggregateConfiguration configuration ) : void | ||
configuration | AggregateConfiguration | The default aggregate configuration.. |
Результат | void |