mirror of
https://github.com/supleed2/ELEC60013-ES-CW2.git
synced 2024-12-22 21:55:50 +00:00
Update README.md
This commit is contained in:
parent
e7680dc598
commit
a80a1c48ab
|
@ -139,6 +139,8 @@ It was decided to use C++ `std::atomic`, as it is easier to use and implement, w
|
|||
|
||||
`msgInQ` is used as a FIFO buffer for CAN messages, to supplement the small buffer of the CAN system and allow for more messages to be retained, increasing the required minimum initiation time.
|
||||
|
||||
The below figure displays a graph of the dependencies between the various tasks. It can be clearly seen that the dependancies are not cyclical, therefore there is no capability for a deadlock to occur.
|
||||
|
||||
![Dependency Graph](docs/DependencyGraph.png)
|
||||
|
||||
## Analysis of inter-task blocking dependencies
|
||||
|
|
Loading…
Reference in a new issue