EcuSignalSource Data Type
Template for signal sources for a specific ECU.
- Abstract Type
- Subtypes
- ActiveSignalSource, A2LSignalSource
| name | data type | description |
|---|---|---|
| ecu-name | string | |
Properties inherited from SpecificModuleSignalSource |
||
| type | string | The JSON object type. |
Properties inherited from SignalSource |
||
| type | SignalSourceType | |
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"ecu-name" : "CEM",
"type" : "..."
}