-
Notifications
You must be signed in to change notification settings - Fork 172
/
Copy pathconfig.toml
45 lines (36 loc) · 1.25 KB
/
config.toml
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
[namespace.Default]
BaseType = "/DataTypes/BaseTypes"
ImplementationDataType = "DataTypes/ImplementationDataTypes"
CompuMethod = "DataTypes/CompuMethods"
DataConstraint = "DataTypes/DataConstrs"
ComponentType = "/ComponentTypes"
ModeDeclaration = "/ModeDclrGroups"
PortInterface = "/PortInterfaces"
Constant = "/Constants"
base_ref = "/"
[namespace.AUTOSAR_Platform]
BaseType = "BaseTypes"
CompuMethod = "CompuMethods"
DataConstraint = "DataConstrs"
ImplementationDataType = "ImplementationDataTypes"
[document.AUTOSAR_Platform]
packages = "/AUTOSAR_Platform"
[document.PortInterfaces]
packages=["/ModeDclrGroups", "/PortInterfaces"]
[document.DataTypes]
packages = "/DataTypes"
[document.Constants]
packages = "/Constants"
[document_mapping.ComponentType]
package_ref = "/ComponentTypes"
element_types = "SwComponentType"
suffix_filters = ["_Implementation"]
[behavior]
background_event_prefix = "BT_"
data_receive_error_event_prefix = "DRET_"
data_receive_event_prefix = "DRT_"
init_event_prefix = "IT_"
operation_invoked_event_prefix = "OIT_"
swc_mode_manager_error_event_prefix = "MMET_"
swc_mode_switch_event_prefix = "MST_"
timing_event_prefix = "TMT_"