.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice Class Reference

Stores information about a slice of data to be processed. More...

Properties

DateTime StartTime [get, set]
 The start time for the slice. More...
 
DateTime EndTime [get, set]
 The end time for the slice. More...
 
bool Partial [get, set]
 True if the slice is a partial interval. More...
 
bool Complete [get, set]
 True if all of the data required to process the slice has been collected. More...
 
bool OutOfDataRange [get, set]
 True if the slice includes times that are outside of the available dataset. More...
 
LinkedListNode< DataValueEarlyBound [get, set]
 The first early bound for the slice. More...
 
LinkedListNode< DataValueSecondEarlyBound [get, set]
 The second early bound for the slice (always earlier than the first). More...
 
LinkedListNode< DataValueBegin [get, set]
 The beginning of the slice. More...
 
LinkedListNode< DataValueEnd [get, set]
 The end of the slice. More...
 
LinkedListNode< DataValueLateBound [get, set]
 The late bound for the slice. More...
 
LinkedListNode< DataValueLastProcessedValue [get, set]
 The last value which was processed. More...
 

Detailed Description

Stores information about a slice of data to be processed.

Property Documentation

LinkedListNode<DataValue> UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.Begin
getset

The beginning of the slice.

bool UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.Complete
getset

True if all of the data required to process the slice has been collected.

LinkedListNode<DataValue> UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.EarlyBound
getset

The first early bound for the slice.

LinkedListNode<DataValue> UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.End
getset

The end of the slice.

DateTime UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.EndTime
getset

The end time for the slice.

LinkedListNode<DataValue> UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.LastProcessedValue
getset

The last value which was processed.

LinkedListNode<DataValue> UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.LateBound
getset

The late bound for the slice.

bool UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.OutOfDataRange
getset

True if the slice includes times that are outside of the available dataset.

bool UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.Partial
getset

True if the slice is a partial interval.

LinkedListNode<DataValue> UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.SecondEarlyBound
getset

The second early bound for the slice (always earlier than the first).

DateTime UnifiedAutomation.UaServer.AggregateCalculator.TimeSlice.StartTime
getset

The start time for the slice.


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