> Hi All,
> 
> I need to get the time of packet transmission. I guess to use the
> PacketTimeStamp interface to get this time where I need to use the timestamp
> method in the sendDone() and receive() method. Thus, I wire the
> PacketTimeStamp interface to the ActiveMessageC components such as follows:
> 
> In the module file:
> 
> uses interface PacketTimeStamp<TMilli,uint32_t> as PacketTimeStampMilli;
> 
> In the configuration file:
> 
> AppC.PacketTimeStampMilli -> ActiveMessageC;
> 
> 
> However, when I issued make micaz, I got the following errors:
> 
> ------------------
> In interface `PacketTimeStamp':
> /opt/tinyos-2.x/tos/interfaces/PacketTimeStamp.nc:38: syntax error before
> `*'
include message.h in your module file...

brano



_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to