skarg
|
3c9c235d28
|
Using timeGetTime to get the elapsed milliseconds after a baseline GetSystemTimeAsFileTime to emulate the Unix gettimeofday function at millisecond resolution on Windows.
|
2011-07-25 22:12:28 +00:00 |
|
skarg
|
059a9e8471
|
Fixed compile error in module.
|
2011-07-25 03:27:26 +00:00 |
|
skarg
|
aac4bb5dd4
|
Changed gettimeofday unix function for win32 to use a higher resolution timer.
|
2011-07-25 02:47:25 +00:00 |
|
skarg
|
c1d7633a8d
|
Attempting to get better timestamp resolution on Win32. Added some functional tests for determining accuracy. The existing gettimeofday emulations only give 15ms to 16ms of resolution, so that needs fixed.
|
2011-07-22 22:36:12 +00:00 |
|
petermcs
|
6a693d1fb8
|
Added MSTPCAP and EPICS to VS2008 build.
Added net.h to timer.c includes.
|
2011-04-02 10:01:46 +00:00 |
|
skarg
|
2b519a5570
|
Cleaned up warnings and errors when compiled with Borland C++ and with GCC.
|
2009-11-19 16:05:22 +00:00 |
|
skarg
|
db61a1122f
|
Ran indent script.
|
2009-07-29 18:06:33 +00:00 |
|
skarg
|
551f2767e0
|
Ran fixup script.
|
2009-07-29 18:05:07 +00:00 |
|
skarg
|
6adf97553f
|
Updated code to handle Borland 5.5 Compile.
|
2009-07-29 17:53:32 +00:00 |
|
skarg
|
f30a21a032
|
Converted mstpcap to use timer rather than sleep for timing.
|
2009-07-27 17:50:09 +00:00 |
|