mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Added a quick bit of documentation.
This commit is contained in:
parent
65b568003d
commit
6454508db8
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user