Hi,
In my program I want to get a time when a meeting starts. The time should be given in seconds. I realized it with the interface Time.

Can anyone explain to me how the structure is working and if the time is given in milliseconds or in microseconds.

Here is the structure of TosTime.h:

#ifndef __TOS_TIME__
#define __TOS_TIME__
typedef struct {
uint32_t high32;
uint32_t low32;
}tos_time_t;
#endif

If anyone has got a better idea.

 

Ivan Roca

 

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to