ITK Release 4/Video/Time Stamp

From KitwarePublic
< ITK Release 4‎ | Video
Revision as of 02:16, 29 November 2010 by Ibanez (talk | contribs)
Jump to navigationJump to search

Reference Systems

VRPN - UNC

http://www.cs.unc.edu/Research/vrpn/vrpn_getting_started.html

<source lang="cpp"> struct timeval

 {
   __time_t tv_sec;		/* Seconds.  */
   __suseconds_t tv_usec;	/* Microseconds.  */
 };

</source>


ITK RealTimeClock