C# 클래스 T7.DifGenerator

파일 보기 프로젝트 열기: mattiasclaesson/T7Suite

공개 메소드들

메소드 설명
ConvertFileToDif ( string filename, CommonSuite.SymbolCollection sc, System.DateTime startDate, System.DateTime endDate, bool RescaleTimeScaleToLogWorksInterval, bool DoInterpolationOfPoints ) : bool
SetFilters ( CommonSuite.LogFilterCollection filters ) : void

비공개 메소드들

메소드 설명
COnvertToRangeUpto ( string symbolname ) : string
CastExportProgressEvent ( int percentage ) : void
CheckValuesAgainstFilters ( string values ) : bool
ConvertToColor ( string symbolname ) : int
ConvertToDouble ( string v ) : double
ConvertToLambda ( double value ) : double
ConvertToRangeFrom ( string symbolname ) : string
ConvertToUnits ( string symbolname ) : string
ConvertToWidebandLambda ( double value ) : double
FetchPreviousValueFromLine ( string previousline, string varnametofetch ) : float

메소드 상세

ConvertFileToDif() 공개 메소드

public ConvertFileToDif ( string filename, CommonSuite.SymbolCollection sc, System.DateTime startDate, System.DateTime endDate, bool RescaleTimeScaleToLogWorksInterval, bool DoInterpolationOfPoints ) : bool
filename string
sc CommonSuite.SymbolCollection
startDate System.DateTime
endDate System.DateTime
RescaleTimeScaleToLogWorksInterval bool
DoInterpolationOfPoints bool
리턴 bool

SetFilters() 공개 메소드

public SetFilters ( CommonSuite.LogFilterCollection filters ) : void
filters CommonSuite.LogFilterCollection
리턴 void