Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taps
Commits
f0a919d3
Commit
f0a919d3
authored
Mar 18, 2022
by
Maxime Perrotin
Browse files
Update the space creator version of hte model
parent
5e222734
Changes
119
Expand all
Hide whitespace changes
Inline
Side-by-side
spacecreator-model/interfaceview.xml
View file @
f0a919d3
This diff is collapsed.
Click to expand it.
spacecreator-model/taps.pro.user
View file @
f0a919d3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.8.2, 202
1
-0
9
-1
6T10:25:44
. -->
<!-- Written by QtCreator 4.8.2, 202
2
-0
3
-1
7T22:14:07
. -->
<qtcreator>
<data>
<variable>
EnvironmentId
</variable>
...
...
spacecreator-model/work/Debug/Export/taps.asn
View file @
f0a919d3
...
...
@@ -328,7 +328,8 @@ BEGIN
Disable-Param-Monitor-Func ::= SEQUENCE {}
-- define a list of repetition counters, one for each parameter monitoring definition
Repetition-Counter-List{INTEGER: paramMonitor-Defs-No, RepCounter} ::= SEQUENCE ( SIZE(1 .. paramMonitor-Defs-No) ) OF RepCounter
-- EDIT (MP) : use a fixed size
Repetition-Counter-List{INTEGER: paramMonitor-Defs-No, RepCounter} ::= SEQUENCE ( SIZE(paramMonitor-Defs-No) ) OF RepCounter
-- enable/disable the parameter monitoring definitions (TC[12,1] & TC[12,2])
Setting-Param-Monitoring-Def{INTEGER: paramMonitor-Defs-No, Param-Monitor-Def-ID} ::= SEQUENCE ( SIZE(1 .. paramMonitor-Defs-No) ) OF Param-Monitor-Def-ID
...
...
@@ -751,7 +752,8 @@ PUS-2 ::= CHOICE {
HK-Parameter-Report-Index ::= INTEGER (1..no-Of-ParamValues)
-- store the HK parameters for multiple active HK definitions
HK-Def-Params-List ::= SEQUENCE (SIZE (1..maxNo-HK-structures)) OF HK-Parameters-List-inst
-- EDIT (MP) make it a fixed-size list
HK-Def-Params-List ::= SEQUENCE (SIZE (maxNo-HK-structures)) OF HK-Parameters-List-inst
IndexHKdef ::= INTEGER (1..maxNo-HK-structures)
-- instantiate the list of HK definitions:
...
...
spacecreator-model/work/acceptance_cpdu1/SDL/code/acceptance_cpdu1.adb
View file @
f0a919d3
...
...
@@ -33,10 +33,10 @@ package body acceptance_cpdu1 is
procedure
Execute_Transition
(
Id
:
Integer
)
is
trId
:
Integer
:=
Id
;
tmp50
:
asn1SccDistribute_CPDU_Cmds
;
-- !! stack: _call_external_function line 1656
tmp172
:
asn1SccST01ExecutionTestParams
;
tmp176
:
asn1SccCPDU_status
;
tmp50
:
asn1SccDistribute_CPDU_Cmds
;
begin
while
(
trId
/=
-
1
)
loop
case
trId
is
...
...
spacecreator-model/work/acceptance_cpdu1/SDL/code/acceptance_cpdu1_ri.ads
View file @
f0a919d3
-- DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN DURING THE BUILD
-- Generated by TASTE (Kazoo template templates/skeletons/ada-ri-source/function.tmplt)
-- 2022-03-1
7 18:02:47
-- 2022-03-1
8 08:53:02
with
Event_Action_Structures
;
use
Event_Action_Structures
;
with
Memory_Management_Structures
;
use
Memory_Management_Structures
;
with
Parameter_Monitoring_Structures
;
use
Parameter_Monitoring_Structures
;
...
...
spacecreator-model/work/acceptance_cpdu1/SDL/src/system_structure.pr
View file @
f0a919d3
...
...
@@ -2,7 +2,7 @@
-- Header file for function acceptance_cpdu1 in SDL language
-- Component type : FALSE
-- Instance of :
-- Generated by TASTE on 2022-03-1
7 18:02:47
-- Generated by TASTE on 2022-03-1
8 08:53:02
-- Context Parameters present : NO
-- Provided interfaces : tc_payload, test_Payload
-- Required interfaces : reqID, tc24, testExecCpdu1, testStatusCpdu1, tm
...
...
spacecreator-model/work/acceptance_hk/SDL/code/acceptance_hk.adb
View file @
f0a919d3
...
...
@@ -21,13 +21,13 @@ package body acceptance_hk is
procedure
Execute_Transition
(
Id
:
Integer
)
is
trId
:
Integer
:=
Id
;
tmp215
:
asn1SccManage_HK_Struct
;
tmp380
:
asn1SccManage_HK_Struct
;
tmp105
:
asn1SccManage_HK_Struct
;
-- !! stack: _call_external_function line 1656
tmp5
0
:
asn1Scc
Creat
e_HK_Struct
;
tmp
10
5
:
asn1Scc
Manag
e_HK_Struct
;
tmp270
:
asn1SccManage_HK_Struct
;
tmp215
:
asn1SccManage_HK_Struct
;
tmp325
:
asn1SccChange_CollectionInterval
;
tmp50
:
asn1SccCreate_HK_Struct
;
tmp160
:
asn1SccManage_HK_Struct
;
begin
while
(
trId
/=
-
1
)
loop
...
...
spacecreator-model/work/acceptance_hk/SDL/code/acceptance_hk_ri.ads
View file @
f0a919d3
-- DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN DURING THE BUILD
-- Generated by TASTE (Kazoo template templates/skeletons/ada-ri-source/function.tmplt)
-- 2022-03-1
7 18:02:47
-- 2022-03-1
8 08:53:02
with
Event_Action_Structures
;
use
Event_Action_Structures
;
with
Memory_Management_Structures
;
use
Memory_Management_Structures
;
with
Parameter_Monitoring_Structures
;
use
Parameter_Monitoring_Structures
;
...
...
spacecreator-model/work/acceptance_hk/SDL/src/system_structure.pr
View file @
f0a919d3
...
...
@@ -2,7 +2,7 @@
-- Header file for function acceptance_hk in SDL language
-- Component type : FALSE
-- Instance of :
-- Generated by TASTE on 2022-03-1
7 18:02:47
-- Generated by TASTE on 2022-03-1
8 08:53:02
-- Context Parameters present : NO
-- Provided interfaces : tc_hk
-- Required interfaces : reqID, tc31, tc327, tc33, tc331, tc35, tc36, tc39, tm
...
...
spacecreator-model/work/acceptance_st06/SDL/code/acceptance_st06.adb
View file @
f0a919d3
...
...
@@ -21,11 +21,11 @@ package body acceptance_st06 is
procedure
Execute_Transition
(
Id
:
Integer
)
is
trId
:
Integer
:=
Id
;
-- !! stack: _call_external_function line 1656
tmp57
:
asn1SccLoad_Raw_Memory
;
tmp217
:
asn1SccScrabbing_Memory
;
tmp272
:
asn1SccScrabbing_Memory
;
tmp112
:
asn1SccDump_Raw_Memory
;
tmp272
:
asn1SccScrabbing_Memory
;
-- !! stack: _call_external_function line 1656
tmp57
:
asn1SccLoad_Raw_Memory
;
begin
while
(
trId
/=
-
1
)
loop
case
trId
is
...
...
spacecreator-model/work/acceptance_st06/SDL/code/acceptance_st06_ri.ads
View file @
f0a919d3
-- DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN DURING THE BUILD
-- Generated by TASTE (Kazoo template templates/skeletons/ada-ri-source/function.tmplt)
-- 2022-03-1
7 18:02:47
-- 2022-03-1
8 08:53:02
with
Event_Action_Structures
;
use
Event_Action_Structures
;
with
Memory_Management_Structures
;
use
Memory_Management_Structures
;
with
Parameter_Monitoring_Structures
;
use
Parameter_Monitoring_Structures
;
...
...
spacecreator-model/work/acceptance_st06/SDL/src/system_structure.pr
View file @
f0a919d3
...
...
@@ -2,7 +2,7 @@
-- Header file for function acceptance_st06 in SDL language
-- Component type : FALSE
-- Instance of :
-- Generated by TASTE on 2022-03-1
7 18:02:47
-- Generated by TASTE on 2022-03-1
8 08:53:02
-- Context Parameters present : NO
-- Provided interfaces : tc_st06
-- Required interfaces : reqID, tc612, tc613, tc614, tc62, tc65, tm
...
...
spacecreator-model/work/acceptance_st09/SDL/code/acceptance_st09.adb
View file @
f0a919d3
...
...
@@ -21,8 +21,8 @@ package body acceptance_st09 is
procedure
Execute_Transition
(
Id
:
Integer
)
is
trId
:
Integer
:=
Id
;
-- !! stack: _call_external_function line 1656
tmp57
:
asn1SccRate_Exp_Value_91
;
-- !! stack: _call_external_function line 1656
begin
while
(
trId
/=
-
1
)
loop
case
trId
is
...
...
spacecreator-model/work/acceptance_st09/SDL/code/acceptance_st09_ri.ads
View file @
f0a919d3
-- DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN DURING THE BUILD
-- Generated by TASTE (Kazoo template templates/skeletons/ada-ri-source/function.tmplt)
-- 2022-03-1
7 18:02:47
-- 2022-03-1
8 08:53:02
with
Event_Action_Structures
;
use
Event_Action_Structures
;
with
Memory_Management_Structures
;
use
Memory_Management_Structures
;
with
Parameter_Monitoring_Structures
;
use
Parameter_Monitoring_Structures
;
...
...
spacecreator-model/work/acceptance_st09/SDL/src/system_structure.pr
View file @
f0a919d3
...
...
@@ -2,7 +2,7 @@
-- Header file for function acceptance_st09 in SDL language
-- Component type : FALSE
-- Instance of :
-- Generated by TASTE on 2022-03-1
7 18:02:47
-- Generated by TASTE on 2022-03-1
8 08:53:02
-- Context Parameters present : NO
-- Provided interfaces : tc_time
-- Required interfaces : reqID, tc91, tm_link
...
...
spacecreator-model/work/acceptance_st11/SDL/code/acceptance_st11.adb
View file @
f0a919d3
...
...
@@ -21,8 +21,8 @@ package body acceptance_st11 is
procedure
Execute_Transition
(
Id
:
Integer
)
is
trId
:
Integer
:=
Id
;
tmp207
:
asn1SccSchedule_Activity_Def_Inst
;
-- !! stack: _call_external_function line 1656
tmp207
:
asn1SccSchedule_Activity_Def_Inst
;
begin
while
(
trId
/=
-
1
)
loop
case
trId
is
...
...
spacecreator-model/work/acceptance_st11/SDL/code/acceptance_st11_ri.ads
View file @
f0a919d3
-- DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN DURING THE BUILD
-- Generated by TASTE (Kazoo template templates/skeletons/ada-ri-source/function.tmplt)
-- 2022-03-1
7 18:02:47
-- 2022-03-1
8 08:53:02
with
Event_Action_Structures
;
use
Event_Action_Structures
;
with
Memory_Management_Structures
;
use
Memory_Management_Structures
;
with
Parameter_Monitoring_Structures
;
use
Parameter_Monitoring_Structures
;
...
...
spacecreator-model/work/acceptance_st11/SDL/src/system_structure.pr
View file @
f0a919d3
...
...
@@ -2,7 +2,7 @@
-- Header file for function acceptance_st11 in SDL language
-- Component type : FALSE
-- Instance of :
-- Generated by TASTE on 2022-03-1
7 18:02:47
-- Generated by TASTE on 2022-03-1
8 08:53:02
-- Context Parameters present : NO
-- Provided interfaces : tc_st11
-- Required interfaces : reqID, tc111, tc1117, tc112, tc113, tc114, tm
...
...
spacecreator-model/work/acceptance_st12/SDL/code/acceptance_st12.adb
View file @
f0a919d3
...
...
@@ -21,9 +21,9 @@ package body acceptance_st12 is
procedure
Execute_Transition
(
Id
:
Integer
)
is
trId
:
Integer
:=
Id
;
tmp50
:
asn1SccControl_Param_Monitoring_Def
;
-- !! stack: _call_external_function line 1656
tmp105
:
asn1SccControl_Param_Monitoring_Def
;
-- !! stack: _call_external_function line 1656
tmp50
:
asn1SccControl_Param_Monitoring_Def
;
begin
while
(
trId
/=
-
1
)
loop
case
trId
is
...
...
spacecreator-model/work/acceptance_st12/SDL/code/acceptance_st12_ri.ads
View file @
f0a919d3
-- DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN DURING THE BUILD
-- Generated by TASTE (Kazoo template templates/skeletons/ada-ri-source/function.tmplt)
-- 2022-03-1
7 18:02:47
-- 2022-03-1
8 08:53:02
with
Event_Action_Structures
;
use
Event_Action_Structures
;
with
Memory_Management_Structures
;
use
Memory_Management_Structures
;
with
Parameter_Monitoring_Structures
;
use
Parameter_Monitoring_Structures
;
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment