Skip to content

Commit

Permalink
chore: add DSPACE_xcpTX
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroO2000 committed Aug 29, 2024
1 parent c8177f5 commit 463e35d
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions SC24/MCB.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"IMU": 11,
"BRUSA": 12
},
"lvRlyOverrideState":{
"lvRlyOverrideState": {
"LV_RLY_OVERRIDE_OFF": 0,
"LV_RLY_OVERRIDE_OPEN" :1,
"LV_RLY_OVERRIDE_OPEN": 1,
"LV_RLY_OVERRIDE_CLOSED": 2
},
"dspaceMainFsmStates_Enum": {
Expand Down Expand Up @@ -1864,6 +1864,24 @@
}
}
},
"DSPACE_xcpTx": {
"message-id_dec": 70,
"id": 1127,
"length": 8,
"sender": "DSPACE",
"send_type": "cyclicIfActive",
"signals": {
"xcp_payload": {
"description": "xcp payload data",
"start_bit": 0,
"size": 64,
"endianness": "little",
"receivers": [
"DIAG_TOOL"
]
}
}
},
"SB_FRONT__xcpTx": {
"message-id_dec": 70,
"id": 1122,
Expand Down Expand Up @@ -4713,4 +4731,4 @@
}
}
}
}
}

0 comments on commit 463e35d

Please sign in to comment.