mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 03:29:40 +00:00
Adds the ability to query a TimedEventLoop for its input clock rate.
This commit is contained in:
@@ -54,6 +54,11 @@ namespace Storage {
|
||||
*/
|
||||
unsigned int get_cycles_until_next_event();
|
||||
|
||||
/*!
|
||||
@returns the input clock rate.
|
||||
*/
|
||||
unsigned int get_input_clock_rate();
|
||||
|
||||
protected:
|
||||
/*!
|
||||
Sets the time interval, as a proportion of a second, until the next event should be triggered.
|
||||
|
||||
Reference in New Issue
Block a user