微调
This commit is contained in:
@@ -173,15 +173,7 @@ int psc_main(int argc, char *argv[]) {
|
||||
});
|
||||
manager.test_and_start_thread("io_coro 协程线程", io_coro);
|
||||
static int t = Global::instance()->mode_acs.read_milliseconds;
|
||||
for (std::shared_ptr<Data_Source> &source :
|
||||
Global::instance()->mode_acs.data_source_config.map.list()) {
|
||||
|
||||
if (!source->enable)
|
||||
continue;
|
||||
|
||||
|
||||
source->test_and_attach_thread();
|
||||
}
|
||||
wake_data_feed_thread();
|
||||
g->dsp_config.init_env();
|
||||
|
||||
bool enable = g->mlat.enable;
|
||||
@@ -229,4 +221,4 @@ int main(int argc, char* argv[]) {
|
||||
// std::cout << "asio 起点" << std::endl;
|
||||
//
|
||||
// return 0;
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user