Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » How to wait on proxy module startup?
How to wait on proxy module startup? [message #2371] Wed, 29 April 2009 18:21 Go to next message
Ramsey Harris is currently offline Ramsey HarrisFriend
Messages: 22
Registered: July 2009
Junior Member
Champs,

How can a module wait for its proxy to startup?

I have module Mod_A which has a startup function. Mod_A also has a proxy. How can Mod_A wait for its proxy's <<Mod>>_Module_startup() function to be done? Is there a generated proxy function for this? Something like Mod_A_Proxy_Module_startupDone()?

Where can I read up on all the generated proxy functions?

Thanks
~ Ramsey
Re: How to wait on proxy module startup? [message #2401 is a reply to message #2371] Wed, 29 April 2009 23:21 Go to previous message
Dave Russo is currently offline Dave RussoFriend
Messages: 172
Registered: July 2009
Senior Member
Ramsey Harris wrote:
> Champs,
>
> How can a module wait for its proxy to startup?
>
> I have module Mod_A which has a startup function. Mod_A also has a
> proxy. How can Mod_A wait for its proxy's <<Mod>>_Module_startup()
> function to be done? Is there a generated proxy function for this?
> Something like Mod_A_Proxy_Module_startupDone()?
>
Yes.

The documentation for generated functions can be found in the C language
binding reference (http://rtsc.eclipse.org/docs-tip/C_Language_Binding).

The starupDone function is "documented" here:
http://rtsc.eclipse.org/docs-tip/C_-_Module_startupDone

> Where can I read up on all the generated proxy functions?
>
> Thanks
> ~ Ramsey
Previous Topic:EclipseCon 2009 tutorial sources and slides are available from the RTSC source repository
Next Topic:typedefs in the RTSC spec world
Goto Forum:
  


Current Time: Thu Apr 25 17:50:48 GMT 2024

Powered by FUDForum. Page generated in 0.02643 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top