Project

General

Profile

Revision 383

report change

View differences:

report.tex
193 193
	Keyboard        & Player movement, writing chat messages                   & Interrupts \\
194 194
	Mouse           & Player orientation, shooting, selecting options in menus & Interrupts \\
195 195
	Video card      & In-game drawing, menus                                   & None \\
196
	RTC             & Scoreboards                                              & Polling \\
196
	RTC             & Scoreboards                                              & Interrupts \\
197 197
	Serial port     & Chat communication, multiplayer modes                    & Interrupts
198 198
\end{tabular} \end{center}
199 199
To manage all interrupt subscriptions, the general function \texttt{unsubscribe\_interrupt} was implemented and used.

Also available in: Unified diff