Re: [Tinyos-help] [help] wiring CC2420Config, CC2420Packet, CC2420PacketBody etc to my codes

2008-03-17 Thread Ittipong Khemapech
Forget this one. CC2420PacketC provides CC2420PacketBody interface. Ittipong On 17/03/2008, Ittipong Khemapech <[EMAIL PROTECTED]> wrote: > > Not sure whether you've already figured it out. > > CC2420Config is provided by CC2420Control component. > > Ittipong > > On 11/03/2008, Baozhi Chen <[EMA

Re: [Tinyos-help] [help] wiring CC2420Config, CC2420Packet, CC2420PacketBody etc to my codes

2008-03-17 Thread Ittipong Khemapech
Not sure whether you've already figured it out. CC2420Config is provided by CC2420Control component. Ittipong On 11/03/2008, Baozhi Chen <[EMAIL PROTECTED]> wrote: > > Thank you a lot. How about CC2420Config? > > Philip > > On Tue, Mar 11, 2008 at 10:20 AM, Ittipong Khemapech < > [EMAIL PROTECTE

Re: [Tinyos-help] [help] wiring CC2420Config, CC2420Packet, CC2420PacketBody etc to my codes

2008-03-11 Thread Ittipong Khemapech
Hi, Actually, the CC2420Packet is interface provided by CC2420ActiveMessageC component. Assume that you rename your own component as App, just do this... App.CC2420Packet -> CC2420ActiveMessageC; Ittipong On 11/03/2008, Baozhi Chen <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to wire componen

[Tinyos-help] [help] wiring CC2420Config, CC2420Packet, CC2420PacketBody etc to my codes

2008-03-11 Thread Baozhi Chen
Hi, I want to wire components like CC2420Config, CC2420Packet, CC2420PacketBody, CC2420ControlC in my code. For example, in my configuration, I do the following configuration ABC{ }implementation{ components CC2420ControlC; } However, the compiler always reports not find them. How do I