1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Added a quick bit of documentation.

This commit is contained in:
Thomas Harte 2016-09-18 10:30:52 -04:00
parent 65b568003d
commit 6454508db8

View File

@ -48,6 +48,9 @@ namespace Storage {
*/
void run_for_cycles(int number_of_cycles);
/*!
@returns the number of whole cycles remaining until the next event is triggered.
*/
unsigned int get_cycles_until_next_event();
protected: