mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
0e8bc418d7
Example usage: const char* fileName = "D:/LOG00053.TXT"; btAlignedObjectArray<MinitaurLogRecord> logRecords; btAlignedObjectArray<std::string> structNames; std::string structTypes; bool verbose = false; //reading int val = readMinitaurLogFile(fileName, structNames, structTypes, logRecords, verbose); //writing const char* fileNameOut = "D:/LOG00100.TXT"; FILE* f = createMinitaurLogFile(fileNameOut,structNames,structTypes); for (int i=0;i<logRecords.size();i++) { appendMinitaurLogData(f, structTypes, logRecords[i]); } closeMinitaurLogFile(f); |
||
---|---|---|
.. | ||
b3Clock.cpp | ||
b3Clock.h | ||
b3ERPCFMHelper.hpp | ||
b3Quickprof.cpp | ||
b3Quickprof.h | ||
b3ReferenceFrameHelper.hpp | ||
b3ResourcePath.cpp | ||
b3ResourcePath.h | ||
ChromeTraceUtil.cpp | ||
ChromeTraceUtil.h | ||
RobotLoggingUtil.cpp | ||
RobotLoggingUtil.h |