Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
26383821
Commit
26383821
authored
Sep 27, 2019
by
Michael Ott
Browse files
Make SensorGroupInterface::nextReadingTime() virtual
parent
f99ff2f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/includes/SensorGroupInterface.h
View file @
26383821
...
...
@@ -273,7 +273,7 @@ protected:
*
* @return Timestamp in the future to wait for
*/
uint64_t
nextReadingTime
()
{
virtual
uint64_t
nextReadingTime
()
{
uint64_t
now
=
getTimestamp
();
uint64_t
next
;
if
(
_sync
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment