44 |
|
where thus implemented and the configurator test class |
45 |
|
modified to include a test of this system. |
46 |
|
|
47 |
< |
[tdb1: it was also noted at this stage that a java 'long' is |
48 |
< |
infact an IDL 'long long'.] |
47 |
> |
It should also be noted at this stage that a java 'long' is |
48 |
> |
defined as a 'long long' in the IDL->Java mapping. |
49 |
|
|
50 |
|
|
51 |
|
The next item discussed was the CORBA IDL and general system |
76 |
|
thing a Host does is obtain its configuration, this is done |
77 |
|
by the HostInit object obtaining the configuration of the |
78 |
|
host on its behalf. An initial protocol of how this system |
79 |
< |
works is as follows: |
79 |
> |
works is as follows (of course this is subject to later |
80 |
> |
alteration, but seemed like a "good idea at the time"): |
81 |
|
|
81 |
– |
[tdb1: This is of course subject to alteration, but at the |
82 |
– |
time it seemed like a "good idea".] |
83 |
– |
|
82 |
|
Host FilterManager.HostInit |
83 |
|
STARTCONFIG -> |
84 |
|
<- OK | ERROR |
92 |
|
ENDCONFIG -> |
93 |
|
<- OK |
94 |
|
|
95 |
+ |
If there is an ERROR returned after STARTCONFIG, this |
96 |
+ |
indicates to the Host that there is no configuration |
97 |
+ |
available for it at this time. It may be possible to |
98 |
+ |
continue using default values, but this is up to the host |
99 |
+ |
configuration. Again, this is not a certain feature and |
100 |
+ |
should be discussed with other members of the group. |
101 |
+ |
|
102 |
|
If the property section returns an ERROR then this indicates |
103 |
|
to the host that that property requested doesn't exist, the |
104 |
|
Host will then deal with this either by ending with an error |
105 |
|
on the local system or by ignoring it if it can. |
106 |
|
|
107 |
< |
[tdb1: An ERROR after STARTCONFIG indicates no configuration |
103 |
< |
is available at all (ie. no file found).] |
107 |
> |
The above features were implemented. |
108 |
|
|
105 |
– |
The above features where implemented. |
109 |
|
|
110 |
+ |
|
111 |
|
The next item needed to be developed is an architecture for |
112 |
|
FilterParent's and FilterChild's, as the next stage of Host |
113 |
< |
initialisation is to be passed a reference to a FilterChild. |
113 |
> |
initialisation is to be passed a 'reference' to a |
114 |
> |
FilterChild. This 'reference' will be a server and a port |
115 |
> |
and not a reference in the CORBA or Java way of thinking. |
116 |
|
|
111 |
– |
[tdb1: "passed a reference" will mean a server and a port, |
112 |
– |
not to be confused with Java or CORBA references.] |
113 |
– |
|
117 |
|
It was noted that on a "heart beat" with the system, a Host |
118 |
|
should check to see if its configuration has changed. If it |
119 |
|
has it should then re-initialise itself. This will allow |
131 |
|
|
132 |
|
|
133 |
|
All code generated was placed in the "experimental" tree of |
134 |
< |
CVS, awaiting approval from other group members. |
134 |
> |
CVS, awaiting approval from other group members. It should |
135 |
> |
also be noted that although CVS records tdb1 as the |
136 |
> |
'checker inner', it was infact ajm4...as he was the king of |
137 |
> |
code during this meeting ;-p |
138 |
|
|
139 |
|
Many small bug fixes were made to the existing code. |
140 |
|
|
141 |
|
It was also noted that there is a need for coding standards. |
142 |
|
|
143 |
|
As we had reached an appropriate stage to end, and given the |
144 |
< |
late hour, it was decided to conclude the meeting. |
144 |
> |
late hour, it was decided to conclude the meeting. It was, |
145 |
> |
after all, nearly 7 hours of coding ;-) |
146 |
|
|
147 |
< |
[tdb1: It was, afterall, nearly 7 hours coding !] |
147 |
> |
Since this meeting took place tdb1 has produced Makefiles |
148 |
> |
to allow easy compiling and configuration of the code. |
149 |
|
|
142 |
– |
[tdb1: As a post-meeting effort Makefile's were constructed |
143 |
– |
to allow easy compiling and configuration of code.] |
150 |
|
|
151 |
|
Meeting was concluded @ 20:45. Next meeting booked for 11:00 |
152 |
|
on Wednesday, until 12:30. Meeting with iau @ 13:30 on that |