Skip to content

Commit

Permalink
Added lapcounter messages (reset and status) (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed Mar 14, 2023
1 parent 83cefcf commit b40caf1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions networks/primary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,14 @@
"sending": ["ECU_CHIMERA"],
"receiving": ["BMS_HV_CHIMERA"],
"contents": {}
},
{
"name": "LC_RESET",
"topic": "LAPCOUNTER",
"priority": 5,
"sending": ["STEER"],
"receiving": ["TLM"],
"contents": {}
}
]
}
12 changes: 12 additions & 0 deletions networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,18 @@
"rl_temperature": "uint8",
"rr_temperature": "uint8"
}
},
{
"name": "LC_STATUS",
"topic": "LAPCOUNTER",
"priority": 4,
"sending": ["STEER"],
"receiving": ["TLM"],
"description": "Session laps status, lap_number is -1 in case of OUT lap",
"contents": {
"last_time": "uint32",
"lap_number": "uint8"
}
}
]
}

0 comments on commit b40caf1

Please sign in to comment.