C# Class MissionPlanner.Log.MatLab

Datei anzeigen Open project: ArduPilot/MissionPlanner

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

GetMatLabSerialDate() public static method

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
return double

ProcessLog() public static method

public static ProcessLog ( ) : void
return void

ProcessLog() public static method

public static ProcessLog ( string fn ) : void
fn string
return void

ProcessTLog() public static method

public static ProcessTLog ( ) : void
return void

tlog() public static method

public static tlog ( string logfile ) : void
logfile string
return void