| | |
| | | private List<Integer> sns =new ArrayList<>();//保存所有失败项目的sn |
| | | private static HashMap<Integer,String> enter_exit_item_tts = new HashMap<>(); |
| | | private static List<SimulateNightBean.QuestionBean> simulate_light_tips = new ArrayList<>(); |
| | | |
| | | private static List<String> RulesettingFilesName = new ArrayList<>(); |
| | | |
| | | public static List<String> getRulesettingFilesName() { |
| | | return RulesettingFilesName; |
| | | } |
| | | |
| | | static { |
| | | |
| | | RulesettingFilesName.add("startcar_setting.json"); |
| | | RulesettingFilesName.add("station_setting.json"); |
| | | RulesettingFilesName.add("straightline_setting.json"); |
| | | RulesettingFilesName.add("subdecGear_setting.json"); |
| | | RulesettingFilesName.add("sidestop_setting.json"); |
| | | RulesettingFilesName.add("overtake_setting.json"); |
| | | RulesettingFilesName.add("Gear_Setting.json"); |
| | | RulesettingFilesName.add("cornerlamp_setting.json"); |
| | | RulesettingFilesName.add("common_setting.json"); |
| | | RulesettingFilesName.add("area_setting.json"); |
| | | |
| | | |
| | | examPlatformStrs.put(TCP_DISCONNECT,"未连接"); |
| | | examPlatformStrs.put(TCP_CONNECTED,"未登录"); |
| | | examPlatformStrs.put(DEV_NOT_REGISTERED,"未注册"); |