Aside from defining the external interfaces of a component, nesC *interfaces* provide a nice way to logically group related functions within a module even when it would suffice to implement a local function. However, some such functions might be very small, e.g., just act on a few variables and return, and might normally be defined as *inline*. Is there a way to define an interface function as inline? Or perhaps ncc/gcc is smart enough to optimize on it's own?
-shane ------------------------------------ http://www.comet.columbia.edu/~shane _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
