Files
wlan-cloud-ucentralgw/src/StateUtils.h
2023-12-15 13:29:00 -08:00

12 lines
288 B
C++

//
// Created by stephane bourque on 2022-01-18.
//
#pragma once
#include "Poco/JSON/Object.h"
namespace OpenWifi::StateUtils {
bool ComputeAssociations(const Poco::JSON::Object::Ptr RawObject, uint64_t &Radios_2G,
uint64_t &Radios_5G, uint64_t &Radio_6G, uint64_t &UpTime);
}