On 12/12/13 16:10 , Lisandro Massera wrote: > I´m trying to create a new Realtime Hal Component which should open a > configuration file when it is loaded. The configuration file should be > specified in the loadrt command. Is this possible? Does anyone know of > another component that does this, so as to see how it is made? > Thanks for the advice.
This is unfortunately not possible: realtime components run in kernel context, where file access is not available. You'll have to pass your configuration information in as command-line arguments, or run your component in userspace (without realtime scheduling). -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
