Allow tracking multiple heartbeats for a single link
Add the HeartbeatTimer class to track a single heartbeat for a single link. For every new received heartbeat an instance of the class is created. Every instance emits a signal if it timed out or the timer is restarted. Each vehicle then decides based on all different signals which link is the priority link.
Showing
src/comm/HeartbeatTimer.cc
0 → 100644
src/comm/HeartbeatTimer.h
0 → 100644
Please register or sign in to comment