Hello. Is it possible to include time.h in nesC code? I ran "grep -R 'time.h'" on $TOSROOT and I saw some occurrences in .c files (mainly CoAP related), but only one in a nesC file (TcpP.nc). I tried using "include <time.h>" and "include <sys/time.h>" in my application, but both result in compilation error: time.h: No such file or directory.
I need to compute the difference between two instants of time. -- View this message in context: http://tinyos-help.10906.n7.nabble.com/Use-time-h-in-nesC-applications-tp23747.html Sent from the TinyOS - Help mailing list archive at Nabble.com. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
