65c1d746a7
We don't transfer git history since it may contain proprietary data that we cannot have in an open sources version. Change-Id: I9586124c1720db69a76b9390e208e9f0ba3b86d4
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"VcExt10ms_domain_Always": {
|
|
"consumer": [
|
|
{
|
|
"domain": "domain",
|
|
"group": null,
|
|
"property": "SignalWithoutGroup",
|
|
"variable": "sVcModel_D_SignalWithoutGroup",
|
|
"variable_type": "UInt16",
|
|
"strategy": "Always"
|
|
}
|
|
],
|
|
"producer": [
|
|
{
|
|
"domain": "domain",
|
|
"group": null,
|
|
"property": "OutSignalWithoutGroup",
|
|
"variable": "sVcModel_D_OutSignalWithoutGroup",
|
|
"variable_type": "UInt16",
|
|
"strategy": "Always"
|
|
}
|
|
]
|
|
},
|
|
"VcExt10ms_otherdomain_Always": {
|
|
"consumer": [],
|
|
"producer": [
|
|
{
|
|
"domain": "other_domain",
|
|
"group": "OutGroup",
|
|
"property": "OutSignal",
|
|
"variable": "sVcModel_Z_OutSignalWithGroup",
|
|
"variable_type": "Float32",
|
|
"strategy": "Always"
|
|
}
|
|
]
|
|
},
|
|
"VcExt10ms_otherdomain_OnChanged": {
|
|
"consumer": [
|
|
{
|
|
"domain": "other_domain",
|
|
"group": "Group",
|
|
"property": "Signal",
|
|
"variable": "sVcModel_Z_SignalWithGroup",
|
|
"variable_type": "Float32",
|
|
"strategy": "OnChanged"
|
|
}
|
|
],
|
|
"producer": []
|
|
}
|
|
}
|