Method | Description | |
---|---|---|
CreateData ( |
Creates new data.
|
|
LoadConfiguration ( ISystemContext context, |
Loads the item configuaration.
|
|
LoadHistoryData ( ISystemContext context, ArchiveItem item ) : void |
Loads the history for the item.
|
Method | Description | |
---|---|---|
CreateDataSet ( ) : |
Creates a new data set.
|
|
ExtractField ( int lineCount, string &line, BuiltInType &value ) : bool |
Extracts a BuiltInType value from the line.
|
|
ExtractField ( int lineCount, string &line, |
Extracts a BuiltInType value from the line.
|
|
ExtractField ( int lineCount, string &line, Opc.Ua.StatusCode &value ) : bool |
Extracts a StatusCode value from the line.
|
|
ExtractField ( int lineCount, string &line, int &value ) : bool |
Extracts an integer value from the line.
|
|
ExtractField ( int lineCount, string &line, string &value ) : bool |
Extracts an integer value from the line.
|
|
ExtractField ( string &line ) : string |
Extracts the next comma seperated field from the line.
|
|
LoadData ( ISystemContext context, System.DateTime baseline, |
Loads the history data from a stream.
|
public CreateData ( |
||
item | ||
return | void |
public LoadConfiguration ( ISystemContext context, |
||
context | ISystemContext | |
item | ||
return | bool |
public LoadHistoryData ( ISystemContext context, ArchiveItem item ) : void | ||
context | ISystemContext | |
item | ArchiveItem | |
return | void |