C# 클래스 MissionPlanner.Log.MatLab

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 메소드들

메소드 설명
GetMatLabSerialDate ( System.DateTime dt ) : double

http://www.mathworks.com.au/help/matlab/matlab_prog/represent-date-and-times-in-MATLAB.html#bth57t1-1 MATLAB also uses serial time to represent fractions of days beginning at midnight; for example, 6 p.m. equals 0.75 serial days. So the string '31-Oct-2003, 6:00 PM' in MATLAB is date number 731885.75.

ProcessLog ( ) : void
ProcessLog ( string fn ) : void
ProcessTLog ( ) : void
tlog ( string logfile ) : void

비공개 메소드들

메소드 설명
CreateCellArray ( string name, string names ) : csmatio.types.MLArray
CreateCellArrayCustom ( string name, string items ) : csmatio.types.MLCell
DoWrite ( string fn, DoubleList>.Dictionary data, Dictionary dataCell, double>.SortedDictionary param, List mlList, Hashtable seen ) : void

메소드 상세

GetMatLabSerialDate() 공개 정적인 메소드

http://www.mathworks.com.au/help/matlab/matlab_prog/represent-date-and-times-in-MATLAB.html#bth57t1-1 MATLAB also uses serial time to represent fractions of days beginning at midnight; for example, 6 p.m. equals 0.75 serial days. So the string '31-Oct-2003, 6:00 PM' in MATLAB is date number 731885.75.
public static GetMatLabSerialDate ( System.DateTime dt ) : double
dt System.DateTime
리턴 double

ProcessLog() 공개 정적인 메소드

public static ProcessLog ( ) : void
리턴 void

ProcessLog() 공개 정적인 메소드

public static ProcessLog ( string fn ) : void
fn string
리턴 void

ProcessTLog() 공개 정적인 메소드

public static ProcessTLog ( ) : void
리턴 void

tlog() 공개 정적인 메소드

public static tlog ( string logfile ) : void
logfile string
리턴 void