rew Posted July 13, 2010 Share Posted July 13, 2010 According to the Data Structure Element Summary, the Sys structure has a Time member, and indeed in a script program Sys->Time gives the number of seconds since power-up. I need the same value in a C Background program, but the SHM structure does not actually have a Time member. How do I obtain the corresponding value in a C Background program? Link to comment Share on other sites More sharing options...
Sina.Sattari Posted July 13, 2010 Share Posted July 13, 2010 [quote='rew' pid='514' dateline='1279024478'] According to the Data Structure Element Summary, the Sys structure has a Time member, and indeed in a script program Sys->Time gives the number of seconds since power-up. I need the same value in a C Background program, but the SHM structure does not actually have a Time member. How do I obtain the corresponding value in a C Background program? [/quote] Hi, This question was answered in the following post:[url=http://forums.deltatau.com/showthread.php?tid=106&highlight=time]Sys.Time[/url] Link to comment Share on other sites More sharing options...
Recommended Posts