135u5 / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
1 stars 0 forks source link

how to implement wait, BusyWait and BusyWaitCounterC #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

I did the following:

...
interface BusyWait<TMilli,uint16_t>;
...
...
components new BusyWaitCounterC(TMilli, uint16_t);
...
...
App.BusyWait->BusyWaitCounterC;
BusyWaitCounterC.Counter->CounterMilli16C;
...

What is the expected output? What do you see instead?

: cannot find `CounterMilli16C'
make: *** [sim-exe] Error 1

What version of the product are you using? On what operating system?

TinyOs 2.1.1, Ubuntu 10.04 64bit

Please provide any additional information below.

I know that CounterMilli16C comes from msp430 and I am running on tossim, but I 
dont know how to do..

Original issue reported on code.google.com by elec...@gmail.com on 2 Feb 2011 at 4:20

GoogleCodeExporter commented 8 years ago
Please send questions to tinyos-help. This is a bug tracker.

Original comment by philip.l...@gmail.com on 15 Feb 2011 at 6:22