[ncp] split ncp_base and rearrange declarations (#2045)

* split handlers into general, mtd, ftd and radio-only.
* move ChangedPropsSet into separate file.
* add Ncp namespace.
This commit is contained in:
Buke Po
2017-08-03 10:19:07 -07:00
committed by Jonathan Hui
parent 134e23695c
commit 818998e609
21 changed files with 7354 additions and 7068 deletions
+4 -3
View File
@@ -71,10 +71,11 @@ void TestMessageQueue();
void TestPriorityQueue();
// test_ncp_buffer.cpp
namespace ot
{
namespace ot {
namespace Ncp {
void TestNcpFrameBuffer(void);
}
}
// test_timer.cpp
int TestOneTimer();
@@ -162,7 +163,7 @@ namespace ot
TEST_METHOD(TestTenTimers) { ::TestTenTimers(); }
// test_ncp_buffer.cpp
TEST_METHOD(TestNcpFrameBuffer) { ot::TestNcpFrameBuffer(); }
TEST_METHOD(TestNcpFrameBuffer) { ot::Ncp::TestNcpFrameBuffer(); }
// test_toolchain.cpp
TEST_METHOD(test_packed1) { ::test_packed1(); }