Generation working and Compilation of MARTe components

This commit is contained in:
ferrog
2025-05-13 16:03:11 +00:00
parent 3a5e378d99
commit 4faee3802a
1571 changed files with 611466 additions and 0 deletions

View File

@@ -0,0 +1,103 @@
#test configuration file2,,,,,,
#Time,MHVPS,BPS,APS,MC,GC,FHPS
0,10,10,10,10,10,10
10,9,9,9,9,9,9
20,8,8,8,8,8,8
30,7,7,7,7,7,7
40,6,6,6,6,6,6
50,5,5,5,5,5,5
60,4,4,4,4,4,4
70,3,3,3,3,3,3
80,2,2,2,2,2,2
90,1,1,1,1,1,1
100,0,0,0,0,0,0
110,1,1,1,1,1,1
120,2,2,2,2,2,2
130,3,3,3,3,3,3
140,4,4,4,4,4,4
150,5,5,5,5,5,5
160,6,6,6,6,6,6
170,7,7,7,7,7,7
180,8,8,8,8,8,8
190,9,9,9,9,9,9
200,10,10,10,10,10,10
210,9,9,9,9,9,9
220,8,8,8,8,8,8
230,7,7,7,7,7,7
240,6,6,6,6,6,6
250,5,5,5,5,5,5
260,4,4,4,4,4,4
270,3,3,3,3,3,3
280,2,2,2,2,2,2
290,1,1,1,1,1,1
300,0,0,0,0,0,0
310,1,1,1,1,1,1
320,2,2,2,2,2,2
330,3,3,3,3,3,3
340,4,4,4,4,4,4
350,5,5,5,5,5,5
360,6,6,6,6,6,6
370,7,7,7,7,7,7
380,8,8,8,8,8,8
390,9,9,9,9,9,9
400,10,10,10,10,10,10
410,9,9,9,9,9,9
420,8,8,8,8,8,8
430,7,7,7,7,7,7
440,6,6,6,6,6,6
450,5,5,5,5,5,5
460,4,4,4,4,4,4
470,3,3,3,3,3,3
480,2,2,2,2,2,2
490,1,1,1,1,1,1
500,0,0,0,0,0,0
510,1,1,1,1,1,1
520,2,2,2,2,2,2
530,3,3,3,3,3,3
540,4,4,4,4,4,4
550,5,5,5,5,5,5
560,6,6,6,6,6,6
570,7,7,7,7,7,7
580,8,8,8,8,8,8
590,9,9,9,9,9,9
600,10,10,10,10,10,10
610,9,9,9,9,9,9
620,8,8,8,8,8,8
630,7,7,7,7,7,7
640,6,6,6,6,6,6
650,5,5,5,5,5,5
660,4,4,4,4,4,4
670,3,3,3,3,3,3
680,2,2,2,2,2,2
690,1,1,1,1,1,1
700,0,0,0,0,0,0
710,1,1,1,1,1,1
720,2,2,2,2,2,2
730,3,3,3,3,3,3
740,4,4,4,4,4,4
750,5,5,5,5,5,5
760,6,6,6,6,6,6
770,7,7,7,7,7,7
780,8,8,8,8,8,8
790,9,9,9,9,9,9
800,10,10,10,10,10,10
810,9,9,9,9,9,9
820,8,8,8,8,8,8
830,7,7,7,7,7,7
840,6,6,6,6,6,6
850,5,5,5,5,5,5
860,4,4,4,4,4,4
870,3,3,3,3,3,3
880,2,2,2,2,2,2
890,1,1,1,1,1,1
900,0,0,0,0,0,0
910,1,1,1,1,1,1
920,2,2,2,2,2,2
930,3,3,3,3,3,3
940,4,4,4,4,4,4
950,5,5,5,5,5,5
960,6,6,6,6,6,6
970,7,7,7,7,7,7
980,8,8,8,8,8,8
990,9,9,9,9,9,9
1000,10,10,10,10,10,10

View File

@@ -0,0 +1,56 @@
#############################################################
#
# Copyright 2015 F4E | European Joint Undertaking for ITER
# and the Development of Fusion Energy ('Fusion for Energy')
#
# Licensed under the EUPL, Version 1.1 or - as soon they
# will be approved by the European Commission - subsequent
# versions of the EUPL (the "Licence");
# You may not use this work except in compliance with the
# Licence.
# You may obtain a copy of the Licence at:
#
# http://ec.europa.eu/idabc/eupl
#
# Unless required by applicable law or agreed to in
# writing, software distributed under the Licence is
# distributed on an "AS IS" basis,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
# express or implied.
# See the Licence for the specific language governing
# permissions and limitations under the Licence.
#
# $Id: Makefile.inc 3 2012-01-15 16:26:07Z aneto $
#
#############################################################
OBJSX=JARTStateMachineGAM.x
PACKAGE=GAMs
ROOT_DIR=../../../../obj
MAKEDEFAULTDIR=$(MARTe2_DIR)/MakeDefaults
include $(MAKEDEFAULTDIR)/MakeStdLibDefs.$(TARGET)
INCLUDES += -I.
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L0Types
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L1Portability
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L2Objects
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L3Streams
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L4Messages
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L4Configuration
INCLUDES += -I$(MARTe2_DIR)/Source/Core/BareMetal/L5GAMs
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L1Portability
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L3Services
INCLUDES += -I$(MARTe2_DIR)/Source/Core/Scheduler/L4Messages
INCLUDES += -I$(MARTe2_DIR)/Source/Core/FileSystem/L1Portability
INCLUDES += -I$(MARTe2_DIR)/Source/Core/FileSystem/L3Streams
all: $(OBJS) $(SUBPROJ) \
$(BUILD_DIR)/JARTStateMachineGAM$(LIBEXT) \
$(BUILD_DIR)/JARTStateMachineGAM$(DLLEXT)
echo $(OBJS)
include $(MAKEDEFAULTDIR)/MakeStdLibRules.$(TARGET)