Hi all,

I work in time synchronization with tinyos 2.1.0, so:
I need to time-stamping (in MAClayer) the send and receive of
message.How i can realize it.
I used PacketTimeStamp interface for timestamping the send and receive
message such as:
the file of module is:
configuration AppP {
uses interface TimeSyncPacket<TMilli,uint32_t>;
}
implementation {
}
And the configuration is:
configuration AppC {
}
implementation {
components ActiveMessageC;
AppC.PacketTimeStamp -> ActiveMessageC;//is the line 40
}
when I issue a 'make micaz sim' command, I got error messages such as follows:

In component `AppC':
AppC.nc:40: no match
make: *** [sim-exe] Error 1

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

Reply via email to