[core] add separate neighbor.hpp, child.hpp, and router.hpp (#9376)

This commit adds separate files for `Neighbor`, `Child`, and `Router`
classes.
This commit is contained in:
Abtin Keshavarzian
2023-08-29 08:47:11 -07:00
committed by GitHub
parent 7b0fe821a3
commit 98292673fb
26 changed files with 1208 additions and 1019 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#include <openthread/platform/toolchain.h>
#include "test_util.h"
#include "thread/topology.hpp"
#include "thread/neighbor.hpp"
extern "C" {
uint32_t otNetifAddress_Size_c();