Hi, i knew there is a similar thread to this one, but the suggested solution 
did not help to solve my problem.

The Problem is, that when it try to compile the code for TOSSIM (make micaz 
sim) i get:


In component `neighC':
neighC.nc:62: `ActiveMessageAddress.changed': async mismatch with declaration
/opt/tinyos-2.1.1/tos/interfaces/ActiveMessageAddress.nc:60: previous 
declaration of `ActiveMessageAddress.changed'

What do i need to change ?

Here are the corresponding details of my wiring.
-----------------------------------------------------------------
configuration neighAppC {
}

implementation {
...
    components ActiveMessageAddressC;
...
    App.ActiveMessageAddress -> ActiveMessageAddressC;
...
-----------------------------------------------------------------

module neighC {
    ....
    uses interface ActiveMessageAddress;   


implementation {
...
    event void Boot.booted() {
        //set our address BUJA!
        call ActiveMessageAddress.setAddress(...);
        ...
    }//Boot.booted
...
    event void ActiveMessageAddress.changed(){
        //   
    }


Tanks in advance,

Torsten

___________________________________________________________
Schon gehört? WEB.DE hat einen genialen Phishing-Filter in die
Toolbar eingebaut! http://produkte.web.de/go/toolbar

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to