基本通信测试通过。

This commit is contained in:
2026-03-10 11:51:02 +08:00
commit b361eb3f88
15 changed files with 690 additions and 0 deletions

10
bf.interface.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "bf.interface.h"
BF_Interface::~BF_Interface()
{
}
void BF_Interface::setConfig(std::shared_ptr<BF_Config> config)
{
config_ = config;
}