#include "time/TimeManager.h"
#include <ctime>
#include <iostream>
#include <pico/stdlib.h>
#include <pico/cyw43_arch.h>
#include "pico/aon_timer.h"
#include <lwip/apps/sntp.h>
#include <FreeRTOS.h>
#include <task.h>
#include "events/EventManager.h"
#include "events/Notification.h"
#include "time/PicoTime.h"
#include "framework/AppContext.h"
#include "http/HttpRequest.h"
#include "http/HttpResponse.h"
#include "framework_config.h"
#include "DebugTrace.h"
#include "FreeRTOS_time.h"
Go to the source code of this file.
Functions | |
TRACE_INIT (TimeManager) | |
void | sntp_set_system_time (uint32_t sec) |
void sntp_set_system_time | ( | uint32_t | sec | ) |
Definition at line 33 of file TimeManager.cpp.
References AppContext::getTypeKey().
TRACE_INIT | ( | TimeManager | ) |