diff --git a/Demo-opengeode/memoryscrub.zip b/Demo-opengeode/memoryscrub.zip deleted file mode 100644 index aa4d6c82f1d5257649d65c7b2e4e45fdb6305f6d..0000000000000000000000000000000000000000 Binary files a/Demo-opengeode/memoryscrub.zip and /dev/null differ diff --git a/Demo-opengeode/memoryscrub/memoryscrub.adb b/Demo-opengeode/memoryscrub/memoryscrub.adb deleted file mode 100644 index 3752b1aef97df4daf1ad9833b0eacf2e4c916d9d..0000000000000000000000000000000000000000 --- a/Demo-opengeode/memoryscrub/memoryscrub.adb +++ /dev/null @@ -1,104 +0,0 @@ --- This file was generated automatically: DO NOT MODIFY IT ! - -with System.IO; -use System.IO; - -with Ada.Unchecked_Conversion; -with Ada.Numerics.Generic_Elementary_Functions; - -with TASTE_Dataview; -use TASTE_Dataview; -with TASTE_BasicTypes; -use TASTE_BasicTypes; -with adaasn1rtl; -use adaasn1rtl; - -with Interfaces; -use Interfaces; - -package body memoryscrub is - type States is (disabled, enabled); - type ctxt_Ty is - record - state : States; - initDone : Boolean := False; - par : aliased asn1SccEnableDisable; - end record; - ctxt: ctxt_Ty; - CS_Only : constant Integer := 3; - procedure runTransition(Id: Integer); - procedure EnableOrDisable(action: access asn1SccEnableDisable) is - begin - case ctxt.state is - when disabled => - ctxt.par := action.all; - runTransition(2); - when enabled => - ctxt.par := action.all; - runTransition(2); - when others => - runTransition(CS_Only); - end case; - end EnableOrDisable; - - - procedure runTransition(Id: Integer) is - trId : Integer := Id; - msgPending : aliased Asn1Boolean := True; - begin - while (trId /= -1) loop - case trId is - when 0 => - -- NEXT_STATE Disabled (11,18) at 351, 64 - trId := -1; - ctxt.state := Disabled; - goto next_transition; - when 1 => - -- writeln('scrubbing') (17,17) - Put("scrubbing"); - New_Line; - -- NEXT_STATE - (19,22) at 354, 322 - trId := -1; - goto next_transition; - when 2 => - -- DECISION par (-1,-1) - -- ANSWER scrubon (29,21) - if (ctxt.par) = asn1Sccscrubon then - -- NEXT_STATE Enabled (31,34) at 457, 234 - trId := -1; - ctxt.state := Enabled; - goto next_transition; - -- ANSWER scruboff (33,21) - elsif (ctxt.par) = asn1Sccscruboff then - -- NEXT_STATE Disabled (35,34) at 563, 234 - trId := -1; - ctxt.state := Disabled; - goto next_transition; - end if; - when CS_Only => - trId := -1; - goto next_transition; - when others => - null; - end case; - <> - -- Process continuous signals - if ctxt.initDone then - Check_Queue(msgPending'access); - end if; - if not msgPending and trId = -1 and ctxt.state = enabled then - -- Priority 1 - -- DECISION true (-1,-1) - -- ANSWER true (None,None) - if (true) = true then - trId := 1; - end if; - end if; - end loop; - end runTransition; - - - begin - runTransition(0); - ctxt.initDone := True; -end memoryscrub; \ No newline at end of file diff --git a/Demo-opengeode/memoryscrub/memoryscrub.ads b/Demo-opengeode/memoryscrub/memoryscrub.ads deleted file mode 100644 index 951142939f5b3c94a34bc353a20f8bd2a0e76104..0000000000000000000000000000000000000000 --- a/Demo-opengeode/memoryscrub/memoryscrub.ads +++ /dev/null @@ -1,17 +0,0 @@ --- This file was generated automatically: DO NOT MODIFY IT ! - -with TASTE_Dataview; -use TASTE_Dataview; -with TASTE_BasicTypes; -use TASTE_BasicTypes; -with adaasn1rtl; -use adaasn1rtl; - - -package memoryscrub is - -- Provided interface "EnableOrDisable" - procedure EnableOrDisable(action: access asn1SccEnableDisable); - pragma Export(C, EnableOrDisable, "memoryscrub_EnableOrDisable"); - procedure Check_Queue(res: access Asn1Boolean); - pragma import(C, Check_Queue, "memoryscrub_check_queue"); -end memoryscrub; \ No newline at end of file diff --git a/Demo-opengeode/orchestrator.zip b/Demo-opengeode/orchestrator.zip deleted file mode 100644 index 3bceff8df7e6ed9b950e26885fd04b0ba96bde75..0000000000000000000000000000000000000000 Binary files a/Demo-opengeode/orchestrator.zip and /dev/null differ diff --git a/Demo-opengeode/orchestrator/orchestrator.adb b/Demo-opengeode/orchestrator/orchestrator.adb deleted file mode 100644 index 22e3bf9b61f39a6b02200cd4184941af36642101..0000000000000000000000000000000000000000 --- a/Demo-opengeode/orchestrator/orchestrator.adb +++ /dev/null @@ -1,309 +0,0 @@ --- This file was generated automatically: DO NOT MODIFY IT ! - -with System.IO; -use System.IO; - -with Ada.Unchecked_Conversion; -with Ada.Numerics.Generic_Elementary_Functions; - -with TASTE_Dataview; -use TASTE_Dataview; -with TASTE_BasicTypes; -use TASTE_BasicTypes; -with adaasn1rtl; -use adaasn1rtl; - -with Interfaces; -use Interfaces; - -package body orchestrator is - type States is (running, stopped); - type ctxt_Ty is - record - state : States; - initDone : Boolean := False; - a : aliased asn1SccMyInteger := 4; - c : aliased asn1SccMySeq; - b : aliased asn1SccMySeqOf; - e : aliased asn1SccMyChoice; - g : aliased asn1SccMyChoice; - f : aliased asn1SccMyEnum; - i : aliased asn1SccMyPossiblyEmptySeqOf; - h : aliased asn1SccMyReal; - k : aliased asn1SccMyComplexSeqOf; - j : aliased asn1SccMyComplexType; - toto : aliased asn1SccMySeqOf; - l : aliased asn1SccMyComplexChoice; - m : aliased asn1SccMyChoice2; - mycmd : aliased asn1SccMyInteger; - end record; - ctxt: ctxt_Ty; - CS_Only : constant Integer := 5; - procedure runTransition(Id: Integer); - procedure pÜmyproc(toto: in asn1SccMyInteger;tutu: in out asn1SccMyInteger); - procedure pÜmyproc(toto: in asn1SccMyInteger;tutu: in out asn1SccMyInteger) is - foo : aliased asn1SccMyInteger; - begin - -- a := 42 (73,17) - ctxt.a := Asn1Int(42); - -- DECISION toto (-1,-1) - -- ANSWER <10 (77,21) - if (toto) < 10 then - -- tutu := 128 (79,29) - tutu := Asn1Int(128); - -- ANSWER ELSE (None,None) - else - -- tutu := 254 (83,29) - tutu := Asn1Int(254); - end if; - -- foo := a (86,17) - foo := Asn1Int(ctxt.a); - -- RETURN (None,None) at 642, 419 - return; - end pÜmyproc; - - - procedure pulse is - begin - case ctxt.state is - when running => - runTransition(4); - when stopped => - runTransition(3); - when others => - runTransition(CS_Only); - end case; - end pulse; - - - procedure run(cmd: access asn1SccMyInteger) is - begin - case ctxt.state is - when running => - ctxt.mycmd := cmd.all; - runTransition(1); - when stopped => - ctxt.a := cmd.all; - runTransition(2); - when others => - runTransition(CS_Only); - end case; - end run; - - - procedure runTransition(Id: Integer) is - trId : Integer := Id; - tmp80 : asn1SccMyInteger; - tmp52 : asn1SccMyInteger; - tmp61 : Asn1Int; - tmp138 : aliased asn1SccMyInteger; - tmp124 : aliased asn1SccMyChoice; - tmp162 : aliased asn1SccMyInteger; - tmp136 : aliased asn1SccMyInteger; - tmp48 : asn1SccMyInteger; - begin - while (trId /= -1) loop - case trId is - when 0 => - -- COMMENT This is a comment - -- A multiline one, I mean (118,8) - -- a := 42 + 5 * 3 - 1 (93,13) - ctxt.a := Asn1Int(((42 + (5 * 3)) - 1)); - -- b := { hello, world } (94,0) - ctxt.b := (Data => (1 => asn1Scchello, 2 => asn1Sccworld, others => asn1Scchello)); - -- a := length(b) (95,0) - ctxt.a := Asn1Int(2); - -- c := {a 5, b taste} (96,0) - ctxt.c := asn1SccMySeq'( a => 5, b => asn1Scctaste); - -- f := hello (97,0) - ctxt.f := asn1Scchello; - -- g := b:{a 33, b you} (98,0) - ctxt.g := asn1SccMyChoice_b_set(asn1SccMySeq'( a => 33, b => asn1Sccyou)); - -- e:=g (99,0) - ctxt.e := ctxt.g; - -- e := a:TRUE (100,0) - ctxt.e := asn1SccMyChoice_a_set(true); - -- b(1) := hello (101,0) - ctxt.b.Data(2) := asn1Scchello; - -- h := -42.5 (103,0) - ctxt.h := (-42.5); - -- i := {} (104,0) - ctxt.i := asn1SccMyPossiblyEmptySeqOf_Init; - -- i := { 1 } (105,0) - ctxt.i := (Data => (1 => 1, others => 1), Length => 1); - -- a := length(i) (106,0) - ctxt.a := Asn1Int(Integer(ctxt.i.Length)); - -- a := if e!a then 8 else if b(0) = hello then a else 9 fi fi (107,0) - if (ctxt.b.Data(1) = asn1Scchello) then - tmp52 := ctxt.a; - else - tmp52 := 9; - end if; - if asn1SccMyChoice_a_get(ctxt.e) then - tmp48 := 8; - else - tmp48 := tmp52; - end if; - ctxt.a := Asn1Int(tmp48); - -- j := { a { x if e!a then 5 else a fi, y 6 } } (108,0) - if asn1SccMyChoice_a_get(ctxt.e) then - tmp61 := 5; - else - tmp61 := ctxt.a; - end if; - ctxt.j := asn1SccMyComplexType'( a => asn1SccMyComplexType_a'( y => 6, x => tmp61)); - -- k := { {x 4}, {x 5} } (109,0) - ctxt.k := (Data => (1 => asn1SccMyComplexSeqOf_elm'( x => 4), 2 => asn1SccMyComplexSeqOf_elm'( x => 5), others => asn1SccMyComplexSeqOf_elm'( x => 4))); - -- l := a:{ x 5 } (110,0) - ctxt.l := asn1SccMyComplexChoice_a_set(asn1SccMyComplexChoice_a'( x => 5)); - -- a := if present(e)=b then 42 else 43 fi (111,0) - if (asn1SccMyChoice_Kind(ctxt.e) = b_PRESENT) then - tmp80 := 42; - else - tmp80 := 43; - end if; - ctxt.a := Asn1Int(tmp80); - -- a := abs(-5) (112,0) - ctxt.a := Asn1Int(abs((-5))); - -- h := abs(-42.5) (113,0) - ctxt.h := abs((-42.5)); - -- h := abs(h) (114,0) - ctxt.h := abs(ctxt.h); - -- i := {1, 2} (115,0) - ctxt.i := (Data => (1 => 1, 2 => 2, others => 1), Length => 2); - -- m := B:C:TRUE (116,0) - ctxt.m := asn1SccMyChoice2_B_set(asn1SccMyChoice2_b_C_set(true)); - -- TASK for x in i: - -- call writeln(x); - -- endfor (121,13) - declare - x : asn1SccMyPossiblyEmptySeqOf_elm; - begin - for x_idx in 1 .. ctxt.i.Length loop - x := ctxt.i.Data(1..ctxt.i.Length)(x_idx); - -- writeln(x) (122,5) - Put(Asn1Int'Image(x)); - New_Line; - end loop; - end; - -- writeln('Should show "5 42.5": ', a, h) (125,13) - Put("Should show '5 42.5': "); - Put(Asn1Int'Image(ctxt.a)); - Put(Long_Float'Image(ctxt.h)); - New_Line; - -- DECISION present(e) (-1,-1) - -- ANSWER a (129,17) - if (asn1SccMyChoice_Kind(ctxt.e)) = a_PRESENT then - -- a := 37 (131,25) - ctxt.a := Asn1Int(37); - -- ANSWER b (133,17) - elsif (asn1SccMyChoice_Kind(ctxt.e)) = b_PRESENT then - -- a := 38 (135,25) - ctxt.a := Asn1Int(38); - -- ANSWER ELSE (None,None) - else - null; - end if; - -- DECISION e (-1,-1) - tmp124 := ctxt.e; - -- ANSWER a:TRUE (142,17) - if asn1SccMyChoice_Equal(tmp124, asn1SccMyChoice_a_set(true)) then - -- a := 41 (144,25) - ctxt.a := Asn1Int(41); - -- ANSWER g (146,17) - elsif asn1SccMyChoice_Equal(tmp124, ctxt.g) then - -- a := 40 (148,25) - ctxt.a := Asn1Int(40); - -- ANSWER ELSE (None,None) - else - -- a := 42 (152,25) - ctxt.a := Asn1Int(42); - end if; - -- NEXT_STATE Stopped (155,18) at 956, 1004 - trId := -1; - ctxt.state := Stopped; - goto next_transition; - when 1 => - -- housekeeping(42) (169,19) - tmp138 := 42; - RIÜhousekeeping(tmp138'access); - -- JOIN Transition_to_Stop (171,17) at 2421, 817 - goto Transition_to_Stop; - when 2 => - -- JOIN Here (None,None) at None, None - goto Here; - when 3 => - -- housekeeping (1) (203,19) - tmp162 := 1; - RIÜhousekeeping(tmp162'access); - -- NEXT_STATE - (205,22) at 1750, 220 - -- COMMENT Stay in the same state (207,12) - trId := -1; - goto next_transition; - when 4 => - -- a := (a+1) mod 10 (214,17) - ctxt.a := Asn1Int(((ctxt.a + 1) mod 10)); - -- writeln - -- ('Calling GNC with value ', a) (216,17) - Put("Calling GNC with value "); - Put(Asn1Int'Image(ctxt.a)); - New_Line; - -- computeGNC(a, a) (219,17) - RIÜcomputeGNC(ctxt.a'access, ctxt.a'access); - -- housekeeping(a) (221,19) - RIÜhousekeeping(ctxt.a'access); - -- NEXT_STATE Running (223,22) at 1503, 424 - trId := -1; - ctxt.state := Running; - goto next_transition; - when CS_Only => - trId := -1; - goto next_transition; - when others => - null; - end case; - goto next_transition; - -- CONNECTION Transition_to_Stop (157,15) - <> - -- housekeeping(31) (159,15) - tmp136 := 31; - RIÜhousekeeping(tmp136'access); - -- NEXT_STATE Stopped (161,18) at 478, 621 - trId := -1; - ctxt.state := Stopped; - goto next_transition; - -- CONNECTION Here (181,12) - <> - -- DECISION a>10 (183,22) - -- ANSWER TRUE (185,21) - if ((ctxt.a > 10)) = true then - -- writeln - -- ('a is too big! - decrementing :', a, a - 1) (187,29) - Put("a is too big! - decrementing :"); - Put(Asn1Int'Image(ctxt.a)); - Put(Asn1Int'Image((ctxt.a - 1))); - New_Line; - -- a := a - 1 (190,29) - ctxt.a := Asn1Int((ctxt.a - 1)); - -- myproc(5,a) (192,29) - pÜmyproc(5, ctxt.a); - -- JOIN Here (194,29) at 2329, 552 - goto Here; - -- ANSWER FALSE (196,21) - elsif ((ctxt.a > 10)) = false then - null; - end if; - -- NEXT_STATE Running (199,22) at 2396, 617 - trId := -1; - ctxt.state := Running; - goto next_transition; - <> - null; - end loop; - ctxt.initDone := True; - end runTransition; - - - begin - runTransition(0); -end orchestrator; \ No newline at end of file diff --git a/Demo-opengeode/orchestrator/orchestrator.ads b/Demo-opengeode/orchestrator/orchestrator.ads deleted file mode 100644 index ab08ebc6991cec56988df6e5acf09f8c9cb3084b..0000000000000000000000000000000000000000 --- a/Demo-opengeode/orchestrator/orchestrator.ads +++ /dev/null @@ -1,24 +0,0 @@ --- This file was generated automatically: DO NOT MODIFY IT ! - -with TASTE_Dataview; -use TASTE_Dataview; -with TASTE_BasicTypes; -use TASTE_BasicTypes; -with adaasn1rtl; -use adaasn1rtl; - - -package orchestrator is - -- Provided interface "pulse" - procedure pulse; - pragma Export(C, pulse, "orchestrator_pulse"); - -- Provided interface "run" - procedure run(cmd: access asn1SccMyInteger); - pragma Export(C, run, "orchestrator_run"); - -- Required interface "housekeeping" - procedure RIÜhousekeeping(hk: access asn1SccMyInteger); - pragma import(C, RIÜhousekeeping, "orchestrator_RI_housekeeping"); - -- Sync required interface "computeGNC" - procedure RIÜcomputeGNC(inP: access asn1SccMyInteger; outP: access asn1SccMyInteger); - pragma import(C, RIÜcomputeGNC, "orchestrator_RI_computeGNC"); -end orchestrator; \ No newline at end of file diff --git a/Demo-opengeode/passivefunction.zip b/Demo-opengeode/passivefunction.zip deleted file mode 100644 index 8edf887a4585262006595abfab02c2ff94a230e3..0000000000000000000000000000000000000000 Binary files a/Demo-opengeode/passivefunction.zip and /dev/null differ diff --git a/Demo_ABB/lift_model.zip b/Demo_ABB/lift_model.zip deleted file mode 100644 index 920b24c345392ea2c053792cc143fa0c6da594a5..0000000000000000000000000000000000000000 Binary files a/Demo_ABB/lift_model.zip and /dev/null differ diff --git a/Demo_Ada_GUI/bench.vcd b/Demo_Ada_GUI/bench.vcd deleted file mode 100644 index 2cd0909953665c5c9e083398259582a2185973ed..0000000000000000000000000000000000000000 --- a/Demo_Ada_GUI/bench.vcd +++ /dev/null @@ -1,1305 +0,0 @@ -$date -Tue Sep 6 15:09:13 2016 -$end -$version -VCD generator tool version info text. -$end -$comment -This file has been create by polyorb-hi-c runtime of ocarina. -$end -$timescale 1us $end -$scope module tasks $end -$var wire 1 t0 task_0 $end -$var wire 1 t1 task_1 $end -$var wire 1 t2 task_2 $end -$var wire 1 t3 task_3 $end -$var wire 1 t4 task_4 $end -$var wire 1 t5 task_5 $end -$var wire 1 t6 task_6 $end -$upscope $end -$scope module mutexes $end -$var wire 1 w0 awaited_0 $end -$var wire 1 w1 awaited_1 $end -$var wire 1 w2 awaited_2 $end -$var wire 1 l0 locked_0 $end -$var wire 1 l1 locked_1 $end -$var wire 1 l2 locked_2 $end -$upscope $end -$scope module ports $end -$var real 1 p0.0 port_0_0 $end -$var real 1 p1.0 port_1_0 $end -$var real 1 p3.0 port_3_0 $end -$var real 1 p4.0 port_4_0 $end -$var real 1 p6.0 port_6_0 $end -$upscope $end -$enddefinitions $end -$dumpvars -0t0 -0t1 -0t2 -0t3 -0t4 -0t5 -0t6 -0w0 -0w1 -0w2 -0l0 -0l1 -0l2 -r0 p0.0 -r0 p1.0 -r0 p3.0 -r0 p4.0 -r0 p6.0 -$end -#379716 -0t0 -#393423 -0t3 -#411642 -0t4 -#426950 -0t5 -#445877 -0t6 -#460125 -0t1 -#480301 -0t2 -#495714 -1t5 -#506060 -1w2 -#520662 -0w2 -#533583 -1l2 -#547276 -0l2 -#560591 -0t5 -#572076 -1t2 -#591559 -1w0 -#602345 -0w0 -#614473 -1l0 -#626307 -r1 p4.0 -#638410 -0l0 -#650437 -0t2 -#663698 -1t4 -#674972 -r0 p4.0 -#685462 -1w1 -#699012 -0w1 -#712862 -1l1 -#727405 -r1 p6.0 -#738054 -0l1 -#752509 -0t4 -#763537 -1t6 -#775888 -r0 p6.0 -#787632 -1w2 -#799619 -0w2 -#809607 -1l2 -#822949 -0l2 -#838420 -0t6 -#854222 -1t2 -#870930 -1w0 -#883239 -0w0 -#894966 -1l0 -#909579 -0l0 -#926129 -0t2 -#939321 -1t4 -#958540 -0t4 -#971628 -1t2 -#987086 -1w0 -#1002085 -0w0 -#1016032 -1l0 -#1031581 -0l0 -#1050810 -0t2 -#1065044 -1t6 -#1082558 -0t6 -#1097065 -1t2 -#1108575 -1w0 -#1118857 -0w0 -#1131037 -1l0 -#1143646 -0l0 -#1157015 -0t2 -#1172184 -1t2 -#1187090 -1w0 -#1201548 -0w0 -#1217045 -1l0 -#1234937 -0l0 -#1250551 -0t2 -#1263706 -1t2 -#1276966 -1w0 -#1291607 -0w0 -#1301978 -1l0 -#1315037 -0l0 -#1331882 -0t2 -#1346003 -1t2 -#1353316 -1w0 -#1364484 -0w0 -#1375586 -1l0 -#1390515 -0l0 -#1404516 -0t2 -#1418087 -1t2 -#1445543 -1w0 -#1457093 -0w0 -#1467061 -1l0 -#1474841 -0l0 -#1486156 -0t2 -#1502031 -1t2 -#1517570 -1w0 -#1524538 -0w0 -#1550663 -1l0 -#1565055 -0l0 -#1579559 -0t2 -#1600681 -1t2 -#1612158 -1w0 -#1624336 -0w0 -#1638098 -1l0 -#1649590 -0l0 -#1662944 -0t2 -#1678076 -1t2 -#1691068 -1w0 -#1702405 -0w0 -#1717066 -1l0 -#1732235 -0l0 -#1748640 -0t2 -#1761734 -1t2 -#1771729 -1w0 -#1784236 -0w0 -#1797866 -1l0 -#1809715 -0l0 -#1822565 -0t2 -#1839152 -1t2 -#1853385 -1w0 -#1867661 -0w0 -#1883564 -1l0 -#1898861 -0l0 -#1915620 -0t2 -#1931289 -1t2 -#1945780 -1w0 -#1962564 -0w0 -#1975669 -1l0 -#1991533 -0l0 -#2005658 -0t2 -#2020600 -1t5 -#2035543 -1w2 -#2051114 -0w2 -#2065794 -1l2 -#2083046 -r1 p3.0 -#2093679 -0l2 -#2105589 -0t5 -#2121791 -1t3 -#2137602 -r0 p3.0 -#2158502 -1w1 -#2174766 -0w1 -#2187005 -1l1 -#2200933 -r1 p0.0 -#2210231 -0l1 -#2225261 -0t3 -#2242685 -1t0 -#2256682 -r0 p0.0 -#2268221 -1w0 -#2279873 -0w0 -#2293538 -1l0 -#2309313 -0l0 -#2321093 -0t0 -#2334580 -1t2 -#2347672 -1w0 -#2359621 -0w0 -#2386045 -1l0 -#2400107 -0l0 -#2414911 -0t2 -#2428983 -1t3 -#2443878 -0t3 -#2459656 -1t2 -#2483067 -1w0 -#2495272 -0w0 -#2509052 -1l0 -#2523109 -0l0 -#2537055 -0t2 -#2552520 -1t0 -#2566013 -0t0 -#2585390 -1t2 -#2682424 -1w0 -#2696826 -0w0 -#2741993 -1l0 -#2754729 -0l0 -#2779258 -0t2 -#2796123 -1t2 -#2811006 -1w0 -#2828437 -0w0 -#2839901 -1l0 -#2853669 -0l0 -#2866735 -0t2 -#2880326 -1t2 -#2893866 -1w0 -#2908032 -0w0 -#2923230 -1l0 -#2937568 -0l0 -#2952477 -0t2 -#2968828 -1t2 -#2982801 -1w0 -#2995857 -0w0 -#3007633 -1l0 -#3019684 -0l0 -#3034961 -0t2 -#3051869 -1t2 -#3066724 -1w0 -#3079068 -0w0 -#3093794 -1l0 -#3111150 -0l0 -#3125546 -0t2 -#3145374 -1t2 -#3156897 -1w0 -#3168185 -0w0 -#3182561 -1l0 -#3195650 -0l0 -#3210634 -0t2 -#3223046 -1t2 -#3246918 -1w0 -#3370132 -0w0 -#3391529 -1l0 -#3401459 -0l0 -#3409049 -0t2 -#3434088 -1t2 -#3447615 -1w0 -#3464709 -0w0 -#3476252 -1l0 -#3486358 -0l0 -#3528135 -0t2 -#3584051 -1t2 -#3595631 -1w0 -#3613158 -0w0 -#3633557 -1l0 -#3651405 -0l0 -#3664617 -0t2 -#3673130 -1t2 -#3698342 -1w0 -#3710152 -0w0 -#3726007 -1l0 -#3747411 -0l0 -#3771575 -0t2 -#3791171 -1t2 -#3822632 -1w0 -#3832653 -0w0 -#3848075 -1l0 -#3854351 -0l0 -#3875163 -0t2 -#3891413 -1t2 -#3909985 -1w0 -#3932409 -0w0 -#3944942 -1l0 -#3966161 -0l0 -#3982460 -0t2 -#3995148 -1t2 -#4011699 -1w0 -#4025897 -0w0 -#4039525 -1l0 -#4055645 -0l0 -#4071051 -0t2 -#4086169 -1t5 -#4101221 -1w2 -#4116921 -0w2 -#4134513 -1l2 -#4170855 -r1 p3.0 -#4188147 -0l2 -#4208618 -0t5 -#4216533 -1t3 -#4220766 -r0 p3.0 -#4231414 -1w1 -#4291329 -0w1 -#4315957 -1l1 -#4336673 -r1 p0.0 -#4358829 -0l1 -#4377517 -0t3 -#4397383 -1t0 -#4416485 -r0 p0.0 -#4434378 -1w0 -#4450579 -0w0 -#4470911 -1l0 -#4494238 -#1922649 -1w0 -#1923641 -0w0 -#1925377 -0l0 -#1926239 -0t1 -#1960188 -1t1 -#1962268 -1w0 -#1963347 -0w0 -#1964763 -0l0 -#1965516 -0t1 -#2000123 -1t1 -#2003304 -1w0 -#2009013 -0w0 -#2012561 -0l0 -#2014309 -0t1 -#2015529 -1t4 -#2016916 -1w2 -#2017417 -0w2 -#2017953 -r1 p2.0 -#2018460 -0l2 -#2018982 -0t4 -#2019486 -1t2 -#2020083 -r0 p2.0 -#2020454 -1w1 -#2021022 -0w1 -#2021564 -r1 p0.0 -#2022120 -0l1 -#2022754 -0t2 -#2023394 -1t0 -#2024130 -r0 p0.0 -#2026117 -1w0 -#2026805 -0w0 -#2027479 -0l0 -#2028169 -0t0 -#2040485 -1t1 -#2042564 -1w0 -#2043742 -0w0 -#2045046 -0l0 -#2046170 -0t1 -#2080182 -1t1 -#2082171 -1w0 -#2083249 -0w0 -#2084973 -0l0 -#2085628 -0t1 -#2120196 -1t2 -#2121130 -0t2 -#2122147 -1t1 -#2123123 -1w0 -#2123879 -0w0 -#2125093 -0l0 -#2125863 -0t1 -#2126569 -1t0 -#2127244 -0t0 -#2160123 -1t1 -#2162909 -1w0 -#2163928 -0w0 -#2165251 -0l0 -#2165909 -0t1 -#2200144 -1t1 -#2201587 -1w0 -#2202747 -0w0 -#2203543 -0l0 -#2204734 -0t1 -#2240455 -1t1 -#2243649 -1w0 -#2245269 -0w0 -#2246096 -0l0 -#2246739 -0t1 -#2280169 -1t1 -#2282208 -1w0 -#2283199 -0w0 -#2283874 -0l0 -#2285009 -0t1 -#2321229 -1t1 -#2323908 -1w0 -#2325056 -0w0 -#2325995 -0l0 -#2326674 -0t1 -#2361195 -1t1 -#2363180 -1w0 -#2364377 -0w0 -#2365297 -0l0 -#2366181 -0t1 -#2400099 -1t1 -#2402142 -1w0 -#2403092 -0w0 -#2403874 -0l0 -#2405213 -0t1 -#2440114 -1t1 -#2442710 -1w0 -#2443454 -0w0 -#2444172 -0l0 -#2445290 -0t1 -#2480166 -1t1 -#2482307 -1w0 -#2483351 -0w0 -#2484318 -0l0 -#2485488 -0t1 -#2521024 -1t1 -#2523593 -1w0 -#2524697 -0w0 -#2525438 -0l0 -#2526103 -0t1 -#2560979 -1t1 -#2563222 -1w0 -#2565064 -0w0 -#2565935 -0l0 -#2566723 -0t1 -#2600143 -1t1 -#2602396 -1w0 -#2603286 -0w0 -#2604279 -0l0 -#2605947 -0t1 -#2640193 -1t1 -#2642183 -1w0 -#2643270 -0w0 -#2644159 -0l0 -#2645355 -0t1 -#2680148 -1t1 -#2682337 -1w0 -#2683326 -0w0 -#2684172 -0l0 -#2685859 -0t1 -#2720056 -1t1 -#2721947 -1w0 -#2723056 -0w0 -#2723736 -0l0 -#2724975 -0t1 -#2760207 -1t1 -#2762256 -1w0 -#2763386 -0w0 -#2764103 -0l0 -#2765548 -0t1 -#2801011 -1t1 -#2803292 -1w0 -#2804571 -0w0 -#2806230 -0l0 -#2806911 -0t1 -#2840162 -1t1 -#2842289 -1w0 -#2843481 -0w0 -#2844907 -0l0 -#2845561 -0t1 -#2880159 -1t1 -#2882266 -1w0 -#2883377 -0w0 -#2884684 -0l0 -#2885456 -0t1 -#2920143 -1t1 -#2922304 -1w0 -#2923307 -0w0 -#2924161 -0l0 -#2925545 -0t1 -#2960159 -1t1 -#2962217 -1w0 -#2963358 -0w0 -#2964819 -0l0 -#2965568 -0t1 -#3000163 -1t1 -#3002380 -1w0 -#3003356 -0w0 -#3004107 -0l0 -#3005573 -0t1 -#3040168 -1t1 -#3042385 -1w0 -#3043543 -0w0 -#3044660 -0l0 -#3045369 -0t1 -#3080529 -1t1 -#3084343 -1w0 -#3088543 -0w0 -#3089931 -0l0 -#3091042 -0t1 -#3120126 -1t1 -#3122045 -1w0 -#3123246 -0w0 -#3124161 -0l0 -#3125260 -0t1 -#3160147 -1t1 -#3162834 -1w0 -#3163961 -0w0 -#3165229 -0l0 -#3165995 -0t1 -#3200154 -1t1 -#3202305 -1w0 -#3203286 -0w0 -#3204105 -0l0 -#3205213 -0t1 -#3244912 -1t1 -#3247661 -1w0 -#3248408 -0w0 -#3249087 -0l0 -#3249540 -0t1 -#3280133 -1t1 -#3282304 -1w0 -#3283345 -0w0 -#3284670 -0l0 -#3285347 -0t1 -#3320134 -1t1 -#3322061 -1w0 -#3323056 -0w0 -#3323964 -0l0 -#3325457 -0t1 -#3360147 -1t1 -#3362250 -1w0 -#3363300 -0w0 -#3364177 -0l0 -#3365507 -0t1 -#3402039 -1t1 -#3404466 -1w0 -#3405615 -0w0 -#3406610 -0l0 -#3407249 -0t1 -#3440143 -1t1 -#3442818 -1w0 -#3443719 -0w0 -#3445196 -0l0 -#3445863 -0t1 -#3481063 -1t1 -#3484510 -1w0 -#3485178 -0w0 -#3485887 -0l0 -#3486548 -0t1 -#3520124 -1t1 -#3522299 -1w0 -#3523357 -0w0 -#3525100 -0l0 -#3525997 -0t1 -#3561262 -1t1 -#3563395 -1w0 -#3565110 -0w0 -#3565792 -0l0 -#3566464 -0t1 -#3600165 -1t1 -#3602221 -1w0 -#3603288 -0w0 -#3604087 -0l0 -#3604793 -0t1 -#3640162 -1t1 -#3642492 -1w0 -#3643414 -0w0 -#3644282 -0l0 -#3644941 -0t1 -#3681217 -1t1 -#3683395 -1w0 -#3685015 -0w0 -#3685776 -0l0 -#3686430 -0t1 -#3720163 -1t1 -#3722266 -1w0 -#3723148 -0w0 -#3724049 -0l0 -#3724885 -0t1 -#3760137 -1t1 -#3762494 -1w0 -#3763526 -0w0 -#3764431 -0l0 -#3765255 -0t1 -#3800155 -1t1 -#3802203 -1w0 -#3803451 -0w0 -#3804411 -0l0 -#3805305 -0t1 -#3840097 -1t1 -#3842176 -1w0 -#3843039 -0w0 -#3843866 -0l0 -#3844542 -0t1 -#3880108 -1t1 -#3882134 -1w0 -#3883244 -0w0 -#3884299 -0l0 -#3884985 -0t1 -#3920112 -1t1 -#3922098 -1w0 -#3922916 -0w0 -#3923677 -0l0 -#3924341 -0t1 -#3962710 -1t1 -#3965412 -1w0 -#3966530 -0w0 -#3967384 -0l0 -#3968626 -0t1 -#4001488 -1t4 -#4003539 -1w2 -#4005551 -0w2 -#4006194 -r1 p2.0 -#4006754 -0l2 -#4007346 -0t4 -#4008234 -1t2 -#4008865 -r0 p2.0 -#4009243 -1w1 -#4009551 -0w1 -#4010174 -r1 p0.0 -#4010851 -0l1 -#4011488 -0t2 -#4012119 -1t0 -#4013229 -r0 p0.0 -#4013938 -1w0 -#4014665 -0w0 -#4015357 -0l0 -#4015925 -0t0 -#4017150 -1t1 -#4017822 -1w0 -#4018479 -0w0 -#4019019 -0l0 -#4019675 - -0t0 -3381 -0l0 -#6138542 -0t1 -#6142597 -1t1 -#6144495 -1w0 -#6145245 -0w0 -#6146894 -0l0 -#6147627 -0t1 -#6148371 -1t1 -#6149333 -1w0 -#6156066 -0w0 -#6157978 -0l0 -#6161334 -0t1 -#6165664 -1t1 -#6168252 -1w0 -#6174770 -0w0 -#6179296 -0l0 -#6185040 -0t1 -#6188805 -1t4 -#6196648 -1w2 -#6203068 -0w2 -#6211195 -r1 p2.0 -#6220073 -0l2 -#6233008 -0t4 -#6250152 -1t1 -#6255253 -1w0 -#6278274 -0w0 -#6295812 -0l0 -#6304972 -0t1 -#6312039 -1t1 -#6319098 -1w0 -#6332422 -0w0 -#6338878 -0l0 -#6349397 -0t1 -#6354846 -1t1 -#6360367 -1w0 -#6366284 -0w0 -#6376400 -0l0 -#6388188 -0t1 -#6401566 -1t1 -#6408268 -1w0 -#6415338 -0w0 -#6428753 -0l0 -#6436658 -0t1 -#6441246 -1t1 -#6443802 -1w0 -#6448792 -0w0 -#6454382 -0l0 -#6458749 -0t1 -#6462141 -1t2 -#6464910 -r0 p2.0 -#6467602 -1w1 -#6471477 -0w1 -#6474073 -r1 p0.0 -#6479457 -0l1 -#6482188 -0t2 -#6485499 -1t1 -#6488794 -1w0 -#6491271 -0w0 -#6495275 -0l0 -#6500122 -0t1 -#6502904 -1t0 -#6506922 -r0 p0.0 -#6511212 -1w0 -#6514820 -0w0 -#6520050 -0l0 diff --git a/Demo_Ada_GUI/displayer.zip b/Demo_Ada_GUI/displayer.zip deleted file mode 100644 index 4d10ef9a2bf7e8a92d1d570df35720ec5501a1ef..0000000000000000000000000000000000000000 Binary files a/Demo_Ada_GUI/displayer.zip and /dev/null differ diff --git a/Demo_Ada_GUI/router.zip b/Demo_Ada_GUI/router.zip deleted file mode 100644 index 0b0c39168a410e061e00b59d859b938b696588d9..0000000000000000000000000000000000000000 Binary files a/Demo_Ada_GUI/router.zip and /dev/null differ diff --git a/Demo_Blackbox/blackbox.zip b/Demo_Blackbox/blackbox.zip deleted file mode 100644 index 6e98e13d8debe1d1c998edbd233eed3c3110d3b9..0000000000000000000000000000000000000000 Binary files a/Demo_Blackbox/blackbox.zip and /dev/null differ diff --git a/Demo_Blackbox/caller_in_ada.zip b/Demo_Blackbox/caller_in_ada.zip deleted file mode 100644 index 97bd150b6036c39a099e8e8deb279b6205e03a8d..0000000000000000000000000000000000000000 Binary files a/Demo_Blackbox/caller_in_ada.zip and /dev/null differ diff --git a/Demo_Blackbox/caller_in_c.zip b/Demo_Blackbox/caller_in_c.zip deleted file mode 100644 index 9d619f72d32df06a5a9e52c6219d997d36c50680..0000000000000000000000000000000000000000 Binary files a/Demo_Blackbox/caller_in_c.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/action_service_adapter.zip b/Demo_Bright_Ascension/action_service_adapter.zip deleted file mode 100644 index 3a588dd25127b262c6b46d2d29907c0ff83ee33f..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/action_service_adapter.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/action_service_dispatch.zip b/Demo_Bright_Ascension/action_service_dispatch.zip deleted file mode 100644 index 1da80616d56950b50b7f479b778e17ea870373fe..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/action_service_dispatch.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/aggregation_service_adapter.zip b/Demo_Bright_Ascension/aggregation_service_adapter.zip deleted file mode 100644 index 199b0f15961c30e8f86ba011fd219addd00933ce..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/aggregation_service_adapter.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/aggregation_service_dispatch.zip b/Demo_Bright_Ascension/aggregation_service_dispatch.zip deleted file mode 100644 index af1a4874d557484ab0e6b343bbb26bebf762d40a..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/aggregation_service_dispatch.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/aggregation_service_provider.zip b/Demo_Bright_Ascension/aggregation_service_provider.zip deleted file mode 100644 index ba6eedf71989467bc993c22856b88a23fe02a502..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/aggregation_service_provider.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/alert_service_adapter.zip b/Demo_Bright_Ascension/alert_service_adapter.zip deleted file mode 100644 index aef7ead89f6e3f6594b52804733812e061bbf6f9..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/alert_service_adapter.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/alert_service_dispatch.zip b/Demo_Bright_Ascension/alert_service_dispatch.zip deleted file mode 100644 index fcd19d004c481959429fbe903c5fa316b55aacd1..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/alert_service_dispatch.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/check_service_adapter.zip b/Demo_Bright_Ascension/check_service_adapter.zip deleted file mode 100644 index bddbae7540a49e0e5839ece33df62936e155ed6c..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/check_service_adapter.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/check_service_dispatch.zip b/Demo_Bright_Ascension/check_service_dispatch.zip deleted file mode 100644 index eaf2970160609cd00603c16c871e0b9da8d9724a..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/check_service_dispatch.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/check_service_provider.zip b/Demo_Bright_Ascension/check_service_provider.zip deleted file mode 100644 index 909584da1ab991089b669f2faa3b242427760cb4..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/check_service_provider.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/gyro_device_access.zip b/Demo_Bright_Ascension/gyro_device_access.zip deleted file mode 100644 index 4db82183ab1e0b121ffa63206151df9de6637b81..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/gyro_device_access.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/mal_dispatch.zip b/Demo_Bright_Ascension/mal_dispatch.zip deleted file mode 100644 index 21a031db5de6079619a242f1eadf8fef6873b4f3..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/mal_dispatch.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/mal_space_packet_binding.zip b/Demo_Bright_Ascension/mal_space_packet_binding.zip deleted file mode 100644 index b8678c11d6238d6becaca6fcdc4b73baf8702924..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/mal_space_packet_binding.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/mode_control_service_adapter.zip b/Demo_Bright_Ascension/mode_control_service_adapter.zip deleted file mode 100644 index e8403a29f97e0e15eb7b070c4971fcf761ce6b73..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/mode_control_service_adapter.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/mode_control_service_dispatch.zip b/Demo_Bright_Ascension/mode_control_service_dispatch.zip deleted file mode 100644 index 3127ec15edc620900bb3662e9689b0ff65ffa086..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/mode_control_service_dispatch.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/mode_manager.zip b/Demo_Bright_Ascension/mode_manager.zip deleted file mode 100644 index eed4b84c1dc5ac73dca2dadda7c9041632d84feb..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/mode_manager.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/mode_manager_container.zip b/Demo_Bright_Ascension/mode_manager_container.zip deleted file mode 100644 index 2edacd7ba6674e2cd050d8f03a7455ae77280dc8..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/mode_manager_container.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/parameter_service_adapter.zip b/Demo_Bright_Ascension/parameter_service_adapter.zip deleted file mode 100644 index 7c65b47f1b53a6860bc0c1bfd5e9c0175eab5563..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/parameter_service_adapter.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/parameter_service_dispatch.zip b/Demo_Bright_Ascension/parameter_service_dispatch.zip deleted file mode 100644 index beb0c25888056620d26304af03bd356b03a96611..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/parameter_service_dispatch.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/pus_custom_service_protocol_handler.zip b/Demo_Bright_Ascension/pus_custom_service_protocol_handler.zip deleted file mode 100644 index 819182656d12c980a580bd4032c295f1151e56d3..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/pus_custom_service_protocol_handler.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/pus_housekeeping_service_protocol_handler.zip b/Demo_Bright_Ascension/pus_housekeeping_service_protocol_handler.zip deleted file mode 100644 index f7d4b9011c5c596d7f1e3e7f4c19a8d79368f2ff..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/pus_housekeeping_service_protocol_handler.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/pus_parameter_service_handler.zip b/Demo_Bright_Ascension/pus_parameter_service_handler.zip deleted file mode 100644 index 6f75b84c71b4b881ef7698e1c63404c5815160f9..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/pus_parameter_service_handler.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/pus_protocol_handling.zip b/Demo_Bright_Ascension/pus_protocol_handling.zip deleted file mode 100644 index 1c50105bf835974aa8f2569bcec4af582ed63b36..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/pus_protocol_handling.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/pus_service_dispatch.zip b/Demo_Bright_Ascension/pus_service_dispatch.zip deleted file mode 100644 index 0b432fa323fb4a931fc06a9ad30980f6c9c29fcf..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/pus_service_dispatch.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/pus_spp_handling.zip b/Demo_Bright_Ascension/pus_spp_handling.zip deleted file mode 100644 index a813e9979ebfae3f684e5f0349e0da968962c37e..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/pus_spp_handling.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/space_link_rx.zip b/Demo_Bright_Ascension/space_link_rx.zip deleted file mode 100644 index 9c3a6e1e59850662bc43487c6c082b8aed5a9c27..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/space_link_rx.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/space_link_tx.zip b/Demo_Bright_Ascension/space_link_tx.zip deleted file mode 100644 index 8e290212c683a64610251f35c25f2c330af4d574..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/space_link_tx.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/space_packet_routing.zip b/Demo_Bright_Ascension/space_packet_routing.zip deleted file mode 100644 index 3857f6556ed5128c33f0b5b0563bc596b6e831c1..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/space_packet_routing.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/spp_packet_service.zip b/Demo_Bright_Ascension/spp_packet_service.zip deleted file mode 100644 index aa7b36a25bf72d4c59652f9edc0fa276b71906a3..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/spp_packet_service.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/thermal_manager.zip b/Demo_Bright_Ascension/thermal_manager.zip deleted file mode 100644 index 5d9e067678432a142cec1e6d0080c10f15430d3f..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/thermal_manager.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/thermal_manager_container.zip b/Demo_Bright_Ascension/thermal_manager_container.zip deleted file mode 100644 index 0158e738bc8fb877c67e850b3056d944c364e520..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/thermal_manager_container.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/virtual_gyro_container.zip b/Demo_Bright_Ascension/virtual_gyro_container.zip deleted file mode 100644 index 2722d3394d52dbc6881ce8bbf1c5d70ae03a997e..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/virtual_gyro_container.zip and /dev/null differ diff --git a/Demo_Bright_Ascension/virtual_gyro_device.zip b/Demo_Bright_Ascension/virtual_gyro_device.zip deleted file mode 100644 index 142e08505fa7d9eb9974b46dc909556f18102ac4..0000000000000000000000000000000000000000 Binary files a/Demo_Bright_Ascension/virtual_gyro_device.zip and /dev/null differ diff --git a/Demo_CVProperties/a.zip b/Demo_CVProperties/a.zip deleted file mode 100644 index 736554bc2ba081973d5171c9d5598494e7c63cda..0000000000000000000000000000000000000000 Binary files a/Demo_CVProperties/a.zip and /dev/null differ diff --git a/Demo_CVProperties/b.zip b/Demo_CVProperties/b.zip deleted file mode 100644 index b09c71b232aef8c5c44cf504092b627e2f423abb..0000000000000000000000000000000000000000 Binary files a/Demo_CVProperties/b.zip and /dev/null differ diff --git a/Demo_C_RTEMS/simple_c_function.zip b/Demo_C_RTEMS/simple_c_function.zip deleted file mode 100644 index a94fa8dc6845d1d8c49ccd678ae65f0c7388235e..0000000000000000000000000000000000000000 Binary files a/Demo_C_RTEMS/simple_c_function.zip and /dev/null differ diff --git a/Demo_ContextParams/Inputs/code/cyclic_function.zip b/Demo_ContextParams/Inputs/code/cyclic_function.zip deleted file mode 100644 index 208f0fc6212f07a6149756fdef03a67e968071fd..0000000000000000000000000000000000000000 Binary files a/Demo_ContextParams/Inputs/code/cyclic_function.zip and /dev/null differ diff --git a/Demo_ContextParams/Inputs/code/passive_function.zip b/Demo_ContextParams/Inputs/code/passive_function.zip deleted file mode 100644 index 38c70d16c8da894670e59ea00165e152cc4766ea..0000000000000000000000000000000000000000 Binary files a/Demo_ContextParams/Inputs/code/passive_function.zip and /dev/null differ diff --git a/Demo_Directives/function0.zip b/Demo_Directives/function0.zip deleted file mode 100644 index 9f4a3668865b9c5d729a379974b10f42c7f96304..0000000000000000000000000000000000000000 Binary files a/Demo_Directives/function0.zip and /dev/null differ diff --git a/Demo_Directives/function1.zip b/Demo_Directives/function1.zip deleted file mode 100644 index 7356248c6eb3f3bbad423ed8f4e37338db3005e5..0000000000000000000000000000000000000000 Binary files a/Demo_Directives/function1.zip and /dev/null differ diff --git a/Demo_Distrib/skels/a.zip b/Demo_Distrib/skels/a.zip deleted file mode 100644 index 3fd3ead9083cb96af8c829564f8222e0f36576eb..0000000000000000000000000000000000000000 Binary files a/Demo_Distrib/skels/a.zip and /dev/null differ diff --git a/Demo_Distrib/skels/b.zip b/Demo_Distrib/skels/b.zip deleted file mode 100644 index c03df71bea54eaa9f776c3d9ffda7c6bdadc76c5..0000000000000000000000000000000000000000 Binary files a/Demo_Distrib/skels/b.zip and /dev/null differ diff --git a/Demo_EmptySeq/flight.zip b/Demo_EmptySeq/flight.zip deleted file mode 100644 index e234cab43d5b6fe5e5292e31491068e440a2e5eb..0000000000000000000000000000000000000000 Binary files a/Demo_EmptySeq/flight.zip and /dev/null differ diff --git a/Demo_EmptySeq/somedriver.zip b/Demo_EmptySeq/somedriver.zip deleted file mode 100644 index 03fb96c6f4e27812e04300eac34e47aa0258df26..0000000000000000000000000000000000000000 Binary files a/Demo_EmptySeq/somedriver.zip and /dev/null differ diff --git a/Demo_ImportedComponent/a.zip b/Demo_ImportedComponent/a.zip deleted file mode 100644 index 49bf85232f46e8885c57ee869e528171c94e9349..0000000000000000000000000000000000000000 Binary files a/Demo_ImportedComponent/a.zip and /dev/null differ diff --git a/Demo_ImportedComponent/b.zip b/Demo_ImportedComponent/b.zip deleted file mode 100644 index ddd2647274a263d4a40d07da231df4a4e022337f..0000000000000000000000000000000000000000 Binary files a/Demo_ImportedComponent/b.zip and /dev/null differ diff --git a/Demo_KeepCase/hello.zip b/Demo_KeepCase/hello.zip deleted file mode 100644 index 48865c338776bcf8027547311b2968739027a522..0000000000000000000000000000000000000000 Binary files a/Demo_KeepCase/hello.zip and /dev/null differ diff --git a/Demo_KeepCase/world.zip b/Demo_KeepCase/world.zip deleted file mode 100644 index 3883447bb71d8df3faa43dfef532efde45356442..0000000000000000000000000000000000000000 Binary files a/Demo_KeepCase/world.zip and /dev/null differ diff --git a/Demo_ManyThreads/callee.zip b/Demo_ManyThreads/callee.zip deleted file mode 100644 index e3a4ad6ddb004856f277cc67e4b2dd7539aff11c..0000000000000000000000000000000000000000 Binary files a/Demo_ManyThreads/callee.zip and /dev/null differ diff --git a/Demo_ManyThreads/caller.zip b/Demo_ManyThreads/caller.zip deleted file mode 100644 index b5c2e0ab77011cc05390011ae8f3360ecca023d5..0000000000000000000000000000000000000000 Binary files a/Demo_ManyThreads/caller.zip and /dev/null differ diff --git a/Demo_MessageOrdering/f1.zip b/Demo_MessageOrdering/f1.zip deleted file mode 100644 index 22fe3df1b84344c93468984b13d3550fab4f59e0..0000000000000000000000000000000000000000 Binary files a/Demo_MessageOrdering/f1.zip and /dev/null differ diff --git a/Demo_MessageOrdering/f2.zip b/Demo_MessageOrdering/f2.zip deleted file mode 100644 index bf0632a7379cb9885e48b36b8bb8abd5500c8fbb..0000000000000000000000000000000000000000 Binary files a/Demo_MessageOrdering/f2.zip and /dev/null differ diff --git a/Demo_Mix/Inputs/code/a.zip b/Demo_Mix/Inputs/code/a.zip deleted file mode 100644 index 1f05af1b4fe6b356d80dc2104a526a98f2211a1b..0000000000000000000000000000000000000000 Binary files a/Demo_Mix/Inputs/code/a.zip and /dev/null differ diff --git a/Demo_Mix/Inputs/code/b.zip b/Demo_Mix/Inputs/code/b.zip deleted file mode 100644 index 4a93a183d4c883997b040a021183829c34ca3927..0000000000000000000000000000000000000000 Binary files a/Demo_Mix/Inputs/code/b.zip and /dev/null differ diff --git a/Demo_Mix/Inputs/code/c.zip b/Demo_Mix/Inputs/code/c.zip deleted file mode 100644 index f8fd6fb26be81f3c7c12c5730d7c0d9a2ebeb67e..0000000000000000000000000000000000000000 Binary files a/Demo_Mix/Inputs/code/c.zip and /dev/null differ diff --git a/Demo_Mix/Inputs/code/d.zip b/Demo_Mix/Inputs/code/d.zip deleted file mode 100644 index 5b8abff39d0947a28ec480b5d98909c052646161..0000000000000000000000000000000000000000 Binary files a/Demo_Mix/Inputs/code/d.zip and /dev/null differ diff --git a/Demo_Mix/Inputs/code/e.zip b/Demo_Mix/Inputs/code/e.zip deleted file mode 100644 index d77d75cdb1332b0c649566f8f2035e7bf4cce108..0000000000000000000000000000000000000000 Binary files a/Demo_Mix/Inputs/code/e.zip and /dev/null differ diff --git a/Demo_MultiPlatform/skels/finalpingee.zip b/Demo_MultiPlatform/skels/finalpingee.zip deleted file mode 100644 index 362127cc268ba5574ca002dd7eba5ea3d9d4112e..0000000000000000000000000000000000000000 Binary files a/Demo_MultiPlatform/skels/finalpingee.zip and /dev/null differ diff --git a/Demo_MultiPlatform/skels/pingee1.zip b/Demo_MultiPlatform/skels/pingee1.zip deleted file mode 100644 index 9c875967ec0345f53cb861ae69e3f90470aeb92c..0000000000000000000000000000000000000000 Binary files a/Demo_MultiPlatform/skels/pingee1.zip and /dev/null differ diff --git a/Demo_MultiPlatform/skels/pingee2.zip b/Demo_MultiPlatform/skels/pingee2.zip deleted file mode 100644 index 7d133fca5533f18d9c37968d80731d09e2e1ac62..0000000000000000000000000000000000000000 Binary files a/Demo_MultiPlatform/skels/pingee2.zip and /dev/null differ diff --git a/Demo_MultiPlatform/skels/pinger.zip b/Demo_MultiPlatform/skels/pinger.zip deleted file mode 100644 index b2dc01284433a78f4fdc90ccbdb2f9e61289f70b..0000000000000000000000000000000000000000 Binary files a/Demo_MultiPlatform/skels/pinger.zip and /dev/null differ diff --git a/Demo_Opengeode_Simple_Nested_States/function1.zip b/Demo_Opengeode_Simple_Nested_States/function1.zip deleted file mode 100644 index 98776197096bb23e6f59a2b60ab0700417555d42..0000000000000000000000000000000000000000 Binary files a/Demo_Opengeode_Simple_Nested_States/function1.zip and /dev/null differ diff --git a/Demo_Opengeode_Simple_Nested_States/function2.zip b/Demo_Opengeode_Simple_Nested_States/function2.zip deleted file mode 100644 index cea6c89f471df2fac46cb7f0363505d945def5bd..0000000000000000000000000000000000000000 Binary files a/Demo_Opengeode_Simple_Nested_States/function2.zip and /dev/null differ diff --git a/Demo_PortNames/function0.zip b/Demo_PortNames/function0.zip deleted file mode 100644 index e08a987a7046066eac4eb9f0c5f019e0018575ae..0000000000000000000000000000000000000000 Binary files a/Demo_PortNames/function0.zip and /dev/null differ diff --git a/Demo_PortNames/function1.zip b/Demo_PortNames/function1.zip deleted file mode 100644 index 4a2a27637f5b2352429703b715464bc08838c8eb..0000000000000000000000000000000000000000 Binary files a/Demo_PortNames/function1.zip and /dev/null differ diff --git a/Demo_RI_Names/a.zip b/Demo_RI_Names/a.zip deleted file mode 100644 index c170f909c86030dd306a85f5432f6acd9b4cfcf7..0000000000000000000000000000000000000000 Binary files a/Demo_RI_Names/a.zip and /dev/null differ diff --git a/Demo_RI_Names/b.zip b/Demo_RI_Names/b.zip deleted file mode 100644 index ecf47c2d6ab8b657ae7fc6fb89e3972f1ec15bb9..0000000000000000000000000000000000000000 Binary files a/Demo_RI_Names/b.zip and /dev/null differ diff --git a/Demo_RI_Names/c.zip b/Demo_RI_Names/c.zip deleted file mode 100644 index 8b453637cd6eac09e0507cc50192ed6249d81580..0000000000000000000000000000000000000000 Binary files a/Demo_RI_Names/c.zip and /dev/null differ diff --git a/Demo_RTDS_SyncC/mysyncfunction.zip b/Demo_RTDS_SyncC/mysyncfunction.zip deleted file mode 100644 index 6452ede8936d2d433b4babb8c369880a698e4942..0000000000000000000000000000000000000000 Binary files a/Demo_RTDS_SyncC/mysyncfunction.zip and /dev/null differ diff --git a/Demo_RTEMS_Ada/myadablock.zip b/Demo_RTEMS_Ada/myadablock.zip deleted file mode 100644 index d5ed214454deadadad56125ed3ee3fd63b76c2da..0000000000000000000000000000000000000000 Binary files a/Demo_RTEMS_Ada/myadablock.zip and /dev/null differ diff --git a/Demo_SQL_Socket_Linux32/control_law.zip b/Demo_SQL_Socket_Linux32/control_law.zip deleted file mode 100644 index cdb9f17089b7da07d75befbede5524a3db081015..0000000000000000000000000000000000000000 Binary files a/Demo_SQL_Socket_Linux32/control_law.zip and /dev/null differ diff --git a/Demo_SQL_Socket_Linux32/obsw.zip b/Demo_SQL_Socket_Linux32/obsw.zip deleted file mode 100644 index a52828918108fc12a5eddfeaf1ff49be890d2bdb..0000000000000000000000000000000000000000 Binary files a/Demo_SQL_Socket_Linux32/obsw.zip and /dev/null differ diff --git a/Demo_Simulink_C_NoStopBlock/my_c_function.zip b/Demo_Simulink_C_NoStopBlock/my_c_function.zip deleted file mode 100644 index 54725cf01a8c7926f2c581d54f05e2cc41a767d8..0000000000000000000000000000000000000000 Binary files a/Demo_Simulink_C_NoStopBlock/my_c_function.zip and /dev/null differ diff --git a/Demo_Simulink_C_NoStopBlock/my_simulink_function.zip b/Demo_Simulink_C_NoStopBlock/my_simulink_function.zip deleted file mode 100644 index a9ab467523ba1a41dbaba2a15e9ad562dd0eabd5..0000000000000000000000000000000000000000 Binary files a/Demo_Simulink_C_NoStopBlock/my_simulink_function.zip and /dev/null differ diff --git a/Demo_Simulink_C_StopBlock/my_c_function.zip b/Demo_Simulink_C_StopBlock/my_c_function.zip deleted file mode 100644 index 293d6b666341dfe2ed7f08d5b8501ab420741d67..0000000000000000000000000000000000000000 Binary files a/Demo_Simulink_C_StopBlock/my_c_function.zip and /dev/null differ diff --git a/Demo_Simulink_C_StopBlock/my_simulink_function.zip b/Demo_Simulink_C_StopBlock/my_simulink_function.zip deleted file mode 100644 index f690f8e65e788f830c1c9345fbe094b0e8a6a9c9..0000000000000000000000000000000000000000 Binary files a/Demo_Simulink_C_StopBlock/my_simulink_function.zip and /dev/null differ diff --git a/Demo_Sockets/function0.zip b/Demo_Sockets/function0.zip deleted file mode 100644 index 2d2230b3611fac3a9e834b888ca28f2126af4ada..0000000000000000000000000000000000000000 Binary files a/Demo_Sockets/function0.zip and /dev/null differ diff --git a/Demo_Sockets/function1.zip b/Demo_Sockets/function1.zip deleted file mode 100644 index 7a6065717ea39fff6a912b24e22b845537b7206c..0000000000000000000000000000000000000000 Binary files a/Demo_Sockets/function1.zip and /dev/null differ diff --git a/Demo_Sockets/function2.zip b/Demo_Sockets/function2.zip deleted file mode 100644 index 53e6963c45f8fae49bdf3d75aa83b4695569231c..0000000000000000000000000000000000000000 Binary files a/Demo_Sockets/function2.zip and /dev/null differ diff --git a/Demo_Sockets_RTEMS_Leon2/flight.zip b/Demo_Sockets_RTEMS_Leon2/flight.zip deleted file mode 100644 index 9ecdfaff59d114bff33e8846acc94e3977fbcf7b..0000000000000000000000000000000000000000 Binary files a/Demo_Sockets_RTEMS_Leon2/flight.zip and /dev/null differ diff --git a/Demo_Sockets_SDL_GUI/obsw.zip b/Demo_Sockets_SDL_GUI/obsw.zip deleted file mode 100644 index 26715d0a45f8b27fabbfff4ae961dcb12066a5c8..0000000000000000000000000000000000000000 Binary files a/Demo_Sockets_SDL_GUI/obsw.zip and /dev/null differ diff --git a/Demo_Sockets_x86/a.zip b/Demo_Sockets_x86/a.zip deleted file mode 100644 index f051362456fc748d953ee332b799a5fd13e0ff36..0000000000000000000000000000000000000000 Binary files a/Demo_Sockets_x86/a.zip and /dev/null differ diff --git a/Demo_Sockets_x86/b.zip b/Demo_Sockets_x86/b.zip deleted file mode 100644 index 106f9cc2f08941c63a97386c00064ee4e7afff1e..0000000000000000000000000000000000000000 Binary files a/Demo_Sockets_x86/b.zip and /dev/null differ diff --git a/Demo_SpaceWire_2RASTA/pingee1.zip b/Demo_SpaceWire_2RASTA/pingee1.zip deleted file mode 100644 index a10bd393380620bb2ca3772935fbdc170a48e8e7..0000000000000000000000000000000000000000 Binary files a/Demo_SpaceWire_2RASTA/pingee1.zip and /dev/null differ diff --git a/Demo_SpaceWire_2RASTA/pingee2.zip b/Demo_SpaceWire_2RASTA/pingee2.zip deleted file mode 100644 index 7eadd7509543f29c7749f6297e720e88a8e07dcf..0000000000000000000000000000000000000000 Binary files a/Demo_SpaceWire_2RASTA/pingee2.zip and /dev/null differ diff --git a/Demo_Timers/ada_fct.zip b/Demo_Timers/ada_fct.zip deleted file mode 100644 index 30d5513dc8dac59ee38429818e571e80c7ba8b4f..0000000000000000000000000000000000000000 Binary files a/Demo_Timers/ada_fct.zip and /dev/null differ diff --git a/Demo_Timers/function2.zip b/Demo_Timers/function2.zip deleted file mode 100644 index 84d943a33b560556c30916b65983a030fe02e54a..0000000000000000000000000000000000000000 Binary files a/Demo_Timers/function2.zip and /dev/null differ diff --git a/Demo_Timers/sdl_fct.zip b/Demo_Timers/sdl_fct.zip deleted file mode 100644 index 666e3eff466ecfc28ca5d80b0161c51ba85ee57e..0000000000000000000000000000000000000000 Binary files a/Demo_Timers/sdl_fct.zip and /dev/null differ diff --git a/Demo_TwoCallers/f1.zip b/Demo_TwoCallers/f1.zip deleted file mode 100644 index 59f8ca710472acee5760a26b2a7c13dac57babac..0000000000000000000000000000000000000000 Binary files a/Demo_TwoCallers/f1.zip and /dev/null differ diff --git a/Demo_TwoCallers/f2.zip b/Demo_TwoCallers/f2.zip deleted file mode 100644 index a71a8840750d2440131a7f502fbfd58a846a6304..0000000000000000000000000000000000000000 Binary files a/Demo_TwoCallers/f2.zip and /dev/null differ diff --git a/Demo_TwoCallers/f3.zip b/Demo_TwoCallers/f3.zip deleted file mode 100644 index 6923cf4aafd67b94c21412fa7274f2eca915f367..0000000000000000000000000000000000000000 Binary files a/Demo_TwoCallers/f3.zip and /dev/null differ diff --git a/Demo_TwoCallers/f4.zip b/Demo_TwoCallers/f4.zip deleted file mode 100644 index c1cb7bd32996878fbce94c45bdd3b34cc7bb51eb..0000000000000000000000000000000000000000 Binary files a/Demo_TwoCallers/f4.zip and /dev/null differ diff --git a/Demo_Unprotected/function1.zip b/Demo_Unprotected/function1.zip deleted file mode 100644 index 011acbe716a1a05eeb4b231035326ed56965c62d..0000000000000000000000000000000000000000 Binary files a/Demo_Unprotected/function1.zip and /dev/null differ diff --git a/Demo_Unprotected/function2.zip b/Demo_Unprotected/function2.zip deleted file mode 100644 index 5f493d6bfa1b371a2b2ea7ac228ca7620672bd0d..0000000000000000000000000000000000000000 Binary files a/Demo_Unprotected/function2.zip and /dev/null differ diff --git a/Demo_Unprotected/function3.zip b/Demo_Unprotected/function3.zip deleted file mode 100644 index 1f09d769e38bdb8e4e39349f38d50efd83c485c0..0000000000000000000000000000000000000000 Binary files a/Demo_Unprotected/function3.zip and /dev/null differ diff --git a/Demo_Unprotected/function4.zip b/Demo_Unprotected/function4.zip deleted file mode 100644 index cf0271482b48405dad0ba4c194807ca444c6fda1..0000000000000000000000000000000000000000 Binary files a/Demo_Unprotected/function4.zip and /dev/null differ diff --git a/Demo_vcd/consumer.zip b/Demo_vcd/consumer.zip deleted file mode 100644 index bf648ef32c25fb065e1f096eab853a064f0e7525..0000000000000000000000000000000000000000 Binary files a/Demo_vcd/consumer.zip and /dev/null differ diff --git a/Demo_vcd/datapool.zip b/Demo_vcd/datapool.zip deleted file mode 100644 index 3ac2d41687729ae253df5aa5a47e3d31319120f3..0000000000000000000000000000000000000000 Binary files a/Demo_vcd/datapool.zip and /dev/null differ diff --git a/Demo_vcd/producer1.zip b/Demo_vcd/producer1.zip deleted file mode 100644 index 5ac9ba4874a3909ac7dbfd4f07e25cf0e9025496..0000000000000000000000000000000000000000 Binary files a/Demo_vcd/producer1.zip and /dev/null differ diff --git a/Demo_vcd/producer2.zip b/Demo_vcd/producer2.zip deleted file mode 100644 index 5afab1d2243ba8acf6924b595368f38748f33088..0000000000000000000000000000000000000000 Binary files a/Demo_vcd/producer2.zip and /dev/null differ