more todo docs
This commit is contained in:
parent
a39f1271ec
commit
5cd7b98ba7
@ -49,7 +49,9 @@ ReturnValue_t Clock::setClock(const timeval* time) {
|
|||||||
|
|
||||||
ReturnValue_t Clock::getClockMonotonic(timeval* time) {
|
ReturnValue_t Clock::getClockMonotonic(timeval* time) {
|
||||||
#if defined(PLATFORM_WIN)
|
#if defined(PLATFORM_WIN)
|
||||||
// TODO: Implement with std::chrono::steady_clock
|
// TODO: Implement with std::chrono::steady_clock.. or in some other way. I am not even sure
|
||||||
|
// whether this is possible with steady_clock. The conversion we have to do here just to be
|
||||||
|
// generic is kind of awkward..
|
||||||
return returnvalue::FAILED;
|
return returnvalue::FAILED;
|
||||||
#elif defined(PLATFORM_UNIX)
|
#elif defined(PLATFORM_UNIX)
|
||||||
timespec timeMonotonic;
|
timespec timeMonotonic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user