[Tinyos-help] (no subject)

2021-01-01 Thread Anita Patil
Dear Sir/Mam, Is there any function in nesC to compute memory occupied by a task? (just like, memory occupied by a function in C program) with Regards Anita Patil ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

[Tinyos-help] Time function

2020-12-27 Thread Anita Patil
Is there any function in nesC to compute time taken by a task processing? In Timer.nc interface there are functions Iike getnow(), gett0() , getdt(), startperiodic() etc. But I didn't get any function to compute time taken by a task processing. I.e to start and stop the timer respectively before p

[Tinyos-help] NesC program execution flow

2020-05-06 Thread anita patil
What is the flow of NesC program execution? The Blink application with three LEDs i.e LED0, LED1, LED2 if I want to switch ON with three Timers i.e Timer0, Timer1, Timer2 , Which order the compiler consider for execution 1) The order I use to call the commands in Module file's Boot.booted eve

[Tinyos-help] (no subject)

2019-06-25 Thread anita patil
Dear TinyOS-help Team, do we have scanf() like functions in nesC ? (as it supports Printf library), how to read the input from keyboard? TEP-106 says that we can replace the scheduler. There the example is taken for EDF(Early Deadline First) and said that, A prototype of a scheduler that supports

[Tinyos-help] TinyOS and nesC support for coding application programs.

2019-01-08 Thread anita patil
Can TinyOS and nesC support the concepts - Inline Functions - Virtual and pure virtual functions - Constructors - Memory management technique - Segmentation Thanks a lot in advance. ___ Tinyos-help mailing list Tinyos-help@millennium.berkel