基本通信测试通过。
This commit is contained in:
10
bf.interface.cpp
Normal file
10
bf.interface.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user