custom for >5 resources
Fork of mbedConnectorInterface by
Diff: api/TickerResourceObserver.h
- Revision:
- 42:20c375e74e8e
- Parent:
- 40:bb551b9f4522
- Child:
- 43:769d491a48c1
diff -r fb12c88260ad -r 20c375e74e8e api/TickerResourceObserver.h --- a/api/TickerResourceObserver.h Sat Apr 11 18:42:51 2015 +0000 +++ b/api/TickerResourceObserver.h Sat Apr 11 21:14:28 2015 +0000 @@ -40,7 +40,7 @@ @param timer_id input the id for our timer (can be index value of each resource that is observed...) @param sleep_time input the time for the observation tasklet to sleep (in whole seconds...) */ - TickerResourceObserver(DynamicResource *resource,int sleep_time = NSP_RD_UPDATE_PERIOD); + TickerResourceObserver(DynamicResource *resource,int sleep_time = NSP_DEFAULT_OBS_PERIOD); /** Copy Constructor