ITK Release 4/Video/Time Stamp: Difference between revisions
From KitwarePublic
< ITK Release 4 | Video
Jump to navigationJump to search
No edit summary |
|||
Line 4: | Line 4: | ||
== VRPN - UNC == | == VRPN - UNC == | ||
=== URL === | |||
http://www.cs.unc.edu/Research/vrpn/vrpn_getting_started.html | http://www.cs.unc.edu/Research/vrpn/vrpn_getting_started.html | ||
=== Time Stamp Structure === | |||
<source lang="cpp"> | <source lang="cpp"> | ||
Line 14: | Line 18: | ||
}; | }; | ||
</source> | </source> | ||
== ITK RealTimeClock == | == ITK RealTimeClock == |
Revision as of 02:17, 29 November 2010
Reference Systems
VRPN - UNC
URL
http://www.cs.unc.edu/Research/vrpn/vrpn_getting_started.html
Time Stamp Structure
<source lang="cpp"> struct timeval
{ __time_t tv_sec; /* Seconds. */ __suseconds_t tv_usec; /* Microseconds. */ };
</source>