Hi,

I used PacketTimeStamp interface for timestamping the send and receive
message.
So, the file of configuration is AppC and the module is AppP sach as follow:
---------------------------------------------
configuration AppP {
uses interface TimeSyncPacket<precision_tag,uint32_t>;
}
implementation {
}
--------------------------------------------
configuration AppC {
uses interface TimeSyncPacket<TMilli,uint32_t>;
}
implementation {
AppC.PacketTimeStamp -> ActiveMessageC;//is the line 33
}

when I issue a 'make micaz sim' command, I got error messages such as
follows:
In component `AppC':
AppC.nc:33: no match
make: *** [sim-exe] Error 1
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to