Commit Graph

14 Commits

Author SHA1 Message Date
iPhosgen
2c2ca165d6 Add methods for working with Date 2018-05-18 09:52:51 +03:00
Uli
ac19e0d7db Added functions for changing the timeOffset and updateInterval later
I added two functions:
```cpp
setTimeOffset(int timeOffset)
```

Allows you to set the offset at a later stage (e.g. upon timezone
changes or change from summertime to standard time)

```cpp
setUpdateInterval(int updateInterval)
```

Allows to set the interval at a later point. This was helpful when not
setting an offset at initialization and e.g. for other sync times during
special occasions.
2016-05-14 12:04:18 +02:00
Sandeep Mistry
fe79989b8b Change return type of get components to int 2016-04-18 15:08:38 -04:00
Sandeep Mistry
9229123274 Rename getRawTime to getEpochTime 2016-04-15 09:09:23 -04:00
Sandeep Mistry
b0776ef19c Return result of update() and forceUpdate() 2016-04-15 09:06:30 -04:00
Sandeep Mistry
0167eaed14 Add flag to track if UDP was setup, setup in update if it hasn't been 2016-04-15 09:03:45 -04:00
Sandeep Mistry
20bcfe4c6a Add end() API 2016-04-15 09:03:45 -04:00
Sandeep Mistry
5eff0bd78e Add begin API
I’ve made calling this mandatory for now.
2016-04-15 09:03:45 -04:00
Sandeep Mistry
89aa3359a2 Initialize _timeOffset and _currentEpoc to zero 2016-04-13 09:29:27 -04:00
Sandeep Mistry
1fabfc5b8d Add UDP instance argument in constructor to support more architectures 2016-04-08 16:34:51 -04:00
david
846351ce49 Adding support for getting numerical day of the week where 0 = Sunday 2016-03-30 22:26:04 -07:00
Fabrice Weinberg
7f05bf9e4d Remove .begin() from API 2015-12-12 17:21:39 +01:00
Fabrice Weinberg
eae9724b10 Fix basic example 2015-12-12 16:36:34 +01:00
Fabrice Weinberg
25797f1f86 Initial commit 2015-12-08 17:21:16 +01:00