
A pure C wrapper for the DataLog class was created. Since templates are not supported in C, the InsertCell method of the DataLog class must be wrapped using one wrapper function for each data type. So far, the wrapper includes int, float, double, Word32, UWord32, and Word64. Unittests were created for the wrapper. A separate helper file was included in the tests. This helper file was implemented as a C file, in order to actually test the C linkage of the wrapper. The unittests for DataLog were cloned to make versions that do the same things but through the C wrapper interface. Restructured the code so that the log file verification was not duplicated. Review URL: http://webrtc-codereview.appspot.com/195003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@715 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
No description provided
Languages
C++
76%
C
16%
Python
2.3%
Java
2.1%
Objective-C++
1.5%
Other
1.9%