M2-PT-DRP/source/tasks/client/ClientTask.cpp

14 lines
253 B
C++

#include "ClientTask.hpp"
namespace drp::task {
void ClientTask::handle() {
// TODO(Faraphel): connect to an ntp server
// TODO(Faraphel): check if the server is still reachable.
// if connection lost, go back to undefined mode.
}
}