Browse Source

append

try_support_dt100n
zhaohe 4 weeks ago
parent
commit
b2c178f52f
  1. 2
      appsrc/service/dm_gas_path_mgr_service.cpp

2
appsrc/service/dm_gas_path_mgr_service.cpp

@ -51,6 +51,8 @@ void DMGasPathMgrService::setOnlineState(shared_ptr<MsgProcessContext> cxt, bool
std::lock_guard<std::recursive_mutex> lock(lock_);
logger->info("setOnlineState:{}", isOnline);
this->isOnline = isOnline;
stateUpdateThread->wake();
}
void DMGasPathMgrService::selectChannel(shared_ptr<MsgProcessContext> cxt, DMGasPath dmGasPath) {

Loading…
Cancel
Save