오현진 escribió: > I confused about SpliControl and StdControl. > > What is the difference SplitControl and StdControl >
Both are used to start and stop services (ie the radio transceiver). If a component provides StdControl interface and you use it, the systems stopped until the component is ready again. So, it's present only in components of quick start/stop processes. If the components provides SplitControl Interface, that means the component is slow. So, you ask for switch on/of and continue with your program. When the component is ready, it raises and event to notify you (startdone or stopdone). Every component designer says what interface is more appropiate for his component. And you have to use it. yours. javier m mora _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
