![]() |
0.01.00
|
This file implements MeshCoP Datasets manager to process commands. More...
#include "dataset_manager.hpp"#include <stdio.h>#include <openthread/types.h>#include <openthread/platform/random.h>#include <openthread/platform/radio.h>#include "coap/coap_header.hpp"#include "common/code_utils.hpp"#include "common/debug.hpp"#include "common/logging.hpp"#include "common/timer.hpp"#include "meshcop/dataset.hpp"#include "meshcop/leader.hpp"#include "meshcop/meshcop.hpp"#include "meshcop/meshcop_tlvs.hpp"#include "thread/thread_netif.hpp"#include "thread/thread_tlvs.hpp"#include "thread/thread_uri_paths.hpp"Macros | |
| #define | WPP_NAME "dataset_manager.tmh" |
Functions | |
| static ActiveDatasetBase & | ot::MeshCoP::GetActiveDatasetOwner (const Context &aContext) |
| static PendingDatasetBase & | ot::MeshCoP::GetPendingDatasetOwner (const Context &aContext) |
This file implements MeshCoP Datasets manager to process commands.