修复了半自动测试系统读取文件过程中存在的系列问题

This commit is contained in:
2022-05-25 11:04:41 +08:00
parent 8b4b560250
commit ce65bf8ee0
5 changed files with 33 additions and 14 deletions

View File

@@ -4,4 +4,14 @@
#include "controller.h"
bus_query_t *target_query = NULL;
int chosen_strategy = -1;
int chosen_strategy = -1;
int FCFSDirection()
{
return BUS_STOP;
}
bus_query_t *FCFSQuery()
{
return NULL;
}