Skip to content
Snippets Groups Projects

Implements #156 expose config options

Merged Nicolas Pope requested to merge feature/156/configopt into master
14 files
+ 110
48
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -60,6 +60,8 @@ struct TimerHandle {
@@ -60,6 +60,8 @@ struct TimerHandle {
*/
*/
void setInterval(int ms);
void setInterval(int ms);
 
int getInterval();
 
/**
/**
* Add the specified number of milliseconds to the clock when generating
* Add the specified number of milliseconds to the clock when generating
* timestamps. This is used to synchronise clocks on multiple machines as it
* timestamps. This is used to synchronise clocks on multiple machines as it
Loading