C# 클래스 XDAFunctions, openXDA

openXDA SQL functions used to query trending data from openHistorian.
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA

공개 메소드들

메소드 설명
GetTrendingData_FillRow ( object source, SqlInt32 &channelID, SqlInt32 &seriesID, DateTime &time, SqlSingle &value ) : void

Used to fill table columns with enumerable data returned from GetTrendingData.

비공개 메소드들

메소드 설명
GetTrendingData ( SqlString historianServer, SqlString instanceName, DateTime startTime, DateTime stopTime, [ MaxSize = -1)]SqlStringchannelIDs, SqlInt32 seriesCount ) : IEnumerable

메소드 상세

GetTrendingData_FillRow() 공개 정적인 메소드

Used to fill table columns with enumerable data returned from GetTrendingData.
public static GetTrendingData_FillRow ( object source, SqlInt32 &channelID, SqlInt32 &seriesID, DateTime &time, SqlSingle &value ) : void
source object Source data, i.e., a SeriesMeasurement.
channelID System.Data.SqlTypes.SqlInt32 SeriesMeasurement Channel ID
seriesID System.Data.SqlTypes.SqlInt32 SeriesMeasurement Series ID
time DateTime SeriesMeasurement Timestamp
value System.Data.SqlTypes.SqlSingle SeriesMeasurement value
리턴 void