mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-08 16:21:48 +00:00
Adding time point recording.
This commit is contained in:
@@ -18,6 +18,8 @@ namespace OpenWifi {
|
||||
|
||||
BoardsDB_ = std::make_unique<OpenWifi::BoardsDB>(dbType_,*Pool_, Logger());
|
||||
BoardsDB_->Create();
|
||||
TimePointsDB_ = std::make_unique<OpenWifi::TimePointDB>(dbType_,*Pool_, Logger());
|
||||
TimePointsDB_->Create();
|
||||
|
||||
Updater_.start(*this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user