comp.lang.ada
 help / color / mirror / Atom feed
From: Pablo <pablittto@gmail.com>
Cc: fltjunio@embraer.com.br, pablo.rego@embraer.com.br
Subject: How to interconnect independent modules
Date: Thu, 1 Oct 2009 07:46:05 -0700 (PDT)
Date: 2009-10-01T07:46:05-07:00	[thread overview]
Message-ID: <0a41ed4f-7530-4ef9-8d68-b71f404869f4@o10g2000yqa.googlegroups.com> (raw)

Hi people.
I have a main file called Main which access a library called Mylib
using a method called Mymethod: Mylib.Mymethod (Parameter1, Value),
been Parameter1 a list of parameters defined in Main and Value could
be a float. I have a GUI client application which accesses tasks
initiated in Main but the data from Mylib and plots some stuff from
these data.
But I created a new service application, which is a new main file
called Secondary which imports the same library Mylib and uses it
according to Mylib (Parameter2, Value). Parameter2 is a list of
parameters defined in Secondary but not in Main and I have the
restriction of I must not modify the main file Main to include these
new parameters (but the library Mylib works independently with both).
My problem is: I need the data passed from Secondary through Mylib
appear in my GUI client application.

So anyone can help me?
Thanks very much.



                 reply	other threads:[~2009-10-01 14:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox