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 {
*/
void setInterval(int ms);
int getInterval();
/**
* Add the specified number of milliseconds to the clock when generating
* timestamps. This is used to synchronise clocks on multiple machines as it
Loading