Hard to say without looking more of the code, but normally:
configuration fooC {
provides {
interface foome;
}
}
implementation {
components fooP;
foome = fooP;
As you are providing an interface, you have to indicate in which module it
is actually implemented (the tasty meat).
Hope it helps,
--Antonio
On Tue, Sep 24, 2013 at 4:49 PM, João Amaral <[email protected]> wrote:
> I just got this error, what does it mean?
>
> EventManagerP.InternEvt[Evt_network_Receive] -> EventTrigger;
>
> EventTrigger is an interface I'm providing in the component:
> provides interface EventSourceI as EventTrigger;
>
> Thank you.
>
>
>
> --
> View this message in context:
> http://tinyos-help.10906.n7.nabble.com/Error-external-interfaces-cannot-be-connected-with-or-tp23545.html
> Sent from the TinyOS - Help mailing list archive at Nabble.com.
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
--
--
Antonio Liñán Colina
R+D Engineer
@: [email protected]
@: [email protected]
------------------------------
Advancare
Ph.: +34 935 511 403
http://www.advancare.com
http://www.zolertia.com
http://zolertia.sourceforge.net
http://webshop.zolertia.com
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help