Description
The Counter Service keeps track of elapsed time and communicates that to the agent through a stylized progress bar using a LED matrix. When the simulation begins, the LED matrix displays a bullet flying (slowly) out of the barrel of the 007 gun. This service communicates to the LED Service when to update the bullet animation. Below is the state diagram, pseudo-code, and code listing.
State Diagram
Pseudo-code
Your browser does not support viewing this document. Click here to download the document.
Header File
Your browser does not support viewing this document. Click here to download the document.
counterservice.h | |
File Size: | 0 kb |
File Type: | h |
C File
Your browser does not support viewing this document. Click here to download the document.
counterservice.c | |
File Size: | 5 kb |
File Type: | c |