-
Notifications
You must be signed in to change notification settings - Fork 0
/
InterfaceView.aadl
285 lines (232 loc) · 9.62 KB
/
InterfaceView.aadl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
---------------------------------------------------
-- AADL2.2
-- TASTE type interfaceview
--
-- generated code: do not edit
---------------------------------------------------
PACKAGE interfaceview::IV::gnc_controller
PUBLIC
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
WITH interfaceview::IV::tmtc_handler;
SUBPROGRAM PI_get_altitude
FEATURES
altitude : OUT PARAMETER DataView::Altitude {
Taste::encoding => NATIVE;
};
END PI_get_altitude;
SUBPROGRAM IMPLEMENTATION PI_get_altitude.others
END PI_get_altitude.others;
SUBPROGRAM PI_get_velocity
FEATURES
velocity : OUT PARAMETER DataView::Velocity {
Taste::encoding => NATIVE;
};
END PI_get_velocity;
SUBPROGRAM IMPLEMENTATION PI_get_velocity.others
END PI_get_velocity.others;
SUBPROGRAM PI_get_acceleration
FEATURES
acceleration : OUT PARAMETER DataView::Acceleration {
Taste::encoding => NATIVE;
};
END PI_get_acceleration;
SUBPROGRAM IMPLEMENTATION PI_get_acceleration.others
END PI_get_acceleration.others;
SYSTEM gnc_controller
FEATURES
PI_get_altitude : PROVIDES SUBPROGRAM ACCESS interfaceview::IV:: gnc_controller:: PI_get_altitude.others {
Taste::InterfaceName => "get_altitude";
Taste::RCMoperationKind => unprotected;
-- Unrecognized property: enable_multicast => false
-- Unrecognized property: layer => default
-- Unrecognized property: required_system_element => NO
Compute_Execution_Time => 0 ms .. 0 ms;
};
PI_get_velocity : PROVIDES SUBPROGRAM ACCESS interfaceview::IV:: gnc_controller:: PI_get_velocity.others {
Taste::InterfaceName => "get_velocity";
Taste::RCMoperationKind => unprotected;
-- Unrecognized property: enable_multicast => false
-- Unrecognized property: layer => default
-- Unrecognized property: required_system_element => NO
Compute_Execution_Time => 0 ms .. 0 ms;
};
PI_get_acceleration : PROVIDES SUBPROGRAM ACCESS interfaceview::IV:: gnc_controller:: PI_get_acceleration.others {
Taste::InterfaceName => "get_acceleration";
Taste::RCMoperationKind => unprotected;
-- Unrecognized property: enable_multicast => false
-- Unrecognized property: layer => default
-- Unrecognized property: required_system_element => NO
Compute_Execution_Time => 0 ms .. 0 ms;
};
PROPERTIES
-- ignored property: name = gnc_controller
-- ignored property: is_type = NO
Source_Language => (Simulink);
-- ignored property: default_implementation = default
-- ignored property: fixed_system_element = NO
-- ignored property: required_system_element = NO
Taste::Startup_Priority => 1;
-- ignored property: FPGA_Configurations =
END gnc_controller;
SYSTEM IMPLEMENTATION gnc_controller.others
END gnc_controller.others;
END interfaceview::IV::gnc_controller;
PACKAGE interfaceview::IV::tmtc_handler
PUBLIC
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
WITH interfaceview::IV::gnc_controller;
WITH interfaceview::IV::parachute_deployer;
SUBPROGRAM RI_deploy_parachute
END RI_deploy_parachute;
SUBPROGRAM IMPLEMENTATION RI_deploy_parachute.others
END RI_deploy_parachute.others;
SUBPROGRAM RI_get_acceleration
FEATURES
acceleration : OUT PARAMETER DataView::Acceleration {
Taste::encoding => NATIVE;
};
END RI_get_acceleration;
SUBPROGRAM IMPLEMENTATION RI_get_acceleration.others
END RI_get_acceleration.others;
SUBPROGRAM RI_get_velocity
FEATURES
velocity : OUT PARAMETER DataView::Velocity {
Taste::encoding => NATIVE;
};
END RI_get_velocity;
SUBPROGRAM IMPLEMENTATION RI_get_velocity.others
END RI_get_velocity.others;
SUBPROGRAM RI_get_altitude
FEATURES
altitude : OUT PARAMETER DataView::Altitude {
Taste::encoding => NATIVE;
};
END RI_get_altitude;
SUBPROGRAM IMPLEMENTATION RI_get_altitude.others
END RI_get_altitude.others;
SYSTEM tmtc_handler
FEATURES
RI_deploy_parachute : REQUIRES SUBPROGRAM ACCESS interfaceview::IV:: parachute_deployer:: PI_deploy_parachute.others {
Taste::labelInheritance => "true";
Taste::InterfaceName => "deploy_parachute";
Taste::RCMoperationKind => sporadic;
-- Unrecognized property: enable_multicast => false
-- Unrecognized property: layer => default
-- Unrecognized property: required_system_element => NO
Compute_Execution_Time => 0 ms .. 0 ms;
Taste::Associated_Queue_Size => 1;
Taste::Interface_Stack_Size => 1024;
Taste::Interface_Priority => 1;
Taste::RCMperiod => 0 ms;
};
RI_get_acceleration : REQUIRES SUBPROGRAM ACCESS interfaceview::IV:: gnc_controller:: PI_get_acceleration.others {
Taste::labelInheritance => "true";
Taste::InterfaceName => "get_acceleration";
Taste::RCMoperationKind => unprotected;
-- Unrecognized property: enable_multicast => false
-- Unrecognized property: layer => default
-- Unrecognized property: required_system_element => NO
Compute_Execution_Time => 0 ms .. 0 ms;
};
RI_get_velocity : REQUIRES SUBPROGRAM ACCESS interfaceview::IV:: gnc_controller:: PI_get_velocity.others {
Taste::labelInheritance => "true";
Taste::InterfaceName => "get_velocity";
Taste::RCMoperationKind => unprotected;
-- Unrecognized property: enable_multicast => false
-- Unrecognized property: layer => default
-- Unrecognized property: required_system_element => NO
Compute_Execution_Time => 0 ms .. 0 ms;
};
RI_get_altitude : REQUIRES SUBPROGRAM ACCESS interfaceview::IV:: gnc_controller:: PI_get_altitude.others {
Taste::labelInheritance => "true";
Taste::InterfaceName => "get_altitude";
Taste::RCMoperationKind => unprotected;
-- Unrecognized property: enable_multicast => false
-- Unrecognized property: layer => default
-- Unrecognized property: required_system_element => NO
Compute_Execution_Time => 0 ms .. 0 ms;
};
PROPERTIES
-- ignored property: name = tmtc_handler
-- ignored property: is_type = NO
Source_Language => (SDL);
-- ignored property: default_implementation = default
-- ignored property: fixed_system_element = NO
-- ignored property: required_system_element = NO
Taste::Startup_Priority => 1;
-- ignored property: FPGA_Configurations =
END tmtc_handler;
SYSTEM IMPLEMENTATION tmtc_handler.others
END tmtc_handler.others;
END interfaceview::IV::tmtc_handler;
PACKAGE interfaceview::IV::parachute_deployer
PUBLIC
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
WITH interfaceview::IV::tmtc_handler;
SUBPROGRAM PI_deploy_parachute
END PI_deploy_parachute;
SUBPROGRAM IMPLEMENTATION PI_deploy_parachute.others
END PI_deploy_parachute.others;
SYSTEM parachute_deployer
FEATURES
PI_deploy_parachute : PROVIDES SUBPROGRAM ACCESS interfaceview::IV:: parachute_deployer:: PI_deploy_parachute.others {
Taste::InterfaceName => "deploy_parachute";
Taste::RCMoperationKind => sporadic;
-- Unrecognized property: enable_multicast => false
-- Unrecognized property: layer => default
-- Unrecognized property: required_system_element => NO
Compute_Execution_Time => 0 ms .. 0 ms;
Taste::Associated_Queue_Size => 1;
Taste::Interface_Stack_Size => 1024;
Taste::Interface_Priority => 1;
Taste::RCMperiod => 0 ms;
};
PROPERTIES
-- ignored property: name = parachute_deployer
-- ignored property: is_type = NO
Source_Language => (C);
-- ignored property: default_implementation = default
-- ignored property: fixed_system_element = NO
-- ignored property: required_system_element = NO
Taste::Startup_Priority => 1;
-- ignored property: FPGA_Configurations =
END parachute_deployer;
SYSTEM IMPLEMENTATION parachute_deployer.others
END parachute_deployer.others;
END interfaceview::IV::parachute_deployer;
PACKAGE interfaceview::IV
PUBLIC
WITH interfaceview::IV::gnc_controller;
WITH interfaceview::IV::tmtc_handler;
WITH interfaceview::IV::parachute_deployer;
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
SYSTEM interfaceview
PROPERTIES
Taste::dataView => ("DataView");
TASTE::dataViewPath => ("DataView.aadl");
END interfaceview;
SYSTEM IMPLEMENTATION interfaceview.others
SUBCOMPONENTS
gnc_controller : SYSTEM interfaceview::IV::gnc_controller::gnc_controller.others;
tmtc_handler : SYSTEM interfaceview::IV::tmtc_handler::tmtc_handler.others;
parachute_deployer : SYSTEM interfaceview::IV::parachute_deployer::parachute_deployer.others;
CONNECTIONS
tmtc_handler_RI_get_altitude : SUBPROGRAM ACCESS gnc_controller.PI_get_altitude -> tmtc_handler.RI_get_altitude;
tmtc_handler_RI_deploy_parachute : SUBPROGRAM ACCESS parachute_deployer.PI_deploy_parachute -> tmtc_handler.RI_deploy_parachute;
tmtc_handler_RI_get_acceleration : SUBPROGRAM ACCESS gnc_controller.PI_get_acceleration -> tmtc_handler.RI_get_acceleration;
tmtc_handler_RI_get_velocity : SUBPROGRAM ACCESS gnc_controller.PI_get_velocity -> tmtc_handler.RI_get_velocity;
END interfaceview.others;
PROPERTIES
Taste::dataView => ("DataView");
Taste::dataViewPath => ("DataView.aadl");
Taste::coordinates => "0 0 297000 210000";
Taste::version => "3.0";
END interfaceview::IV;