ITK Release 4/Video/Time Stamp: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "= Reference Systems = == VRPN - UNC == http://www.cs.unc.edu/Research/vrpn/vrpn_getting_started.html == ITK RealTimeClock ==")
 
No edit summary
Line 1: Line 1:
__TOC__
= Reference Systems =
= Reference Systems =


Line 4: Line 6:


http://www.cs.unc.edu/Research/vrpn/vrpn_getting_started.html
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 ==
== ITK RealTimeClock ==

Revision as of 02:16, 29 November 2010

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