Hello!
I'm working with Tmote Sky motes.
I'm using the external flash memory component: ConfigStorageC(VOLUME_ID). It 
provides a interface called 'ConfigStorage'.
I've seen in a example code 
(tinyos2.x\apps\tutorials\BlinkConfig\BlinkConfigC.nc) the event 'readDone' has 
a attribute:
   event void Config.readDone(storage_addr_t addr, void* buf, storage_len_t 
len, error_t err) __attribute__((noinline)) {
      ...
   }
What's the meaning of '__attribute__((noinline))' ?  Is it strictly neccesary 
to add it?

Thanks!
Regards,
Jose A.


╔══════════════════════════════════════╗
║                José A. Tarifa Galisteo
║
║  Estudiante Ingeniería de Telecomunicación
║  Escuela Superior de Ingenieros - U. Sevilla
║  http://alumno.us.es/j/jostargal/
╚══════════════════════════════════════╝
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to