We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f99270 + d6ffc9c commit 9e9d782Copy full SHA for 9e9d782
cuckoo_time_translator_algorithms/src/OneWayTranslator.cpp
@@ -55,8 +55,8 @@ LocalTime DeviceTimePassThroughOwt::translateToLocalTimestamp(RemoteTime remoteT
55
return LocalTime(static_cast<double>(remoteTimeTics));
56
}
57
58
-LocalTime DeviceTimePassThroughOwt::updateAndTranslateToLocalTimestamp(RemoteTime /*remoteTimeTics*/, LocalTime localTimeSecs) {
59
- return localTimeSecs;
+LocalTime DeviceTimePassThroughOwt::updateAndTranslateToLocalTimestamp(RemoteTime remoteTimeTics, LocalTime /*localTimeSecs*/) {
+ return translateToLocalTimestamp(remoteTimeTics);
60
61
62
bool DeviceTimePassThroughOwt::isReadyToTranslate() const {
0 commit comments