forked from ssine/airport-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunction.h
More file actions
38 lines (21 loc) · 781 Bytes
/
Copy pathfunction.h
File metadata and controls
38 lines (21 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#pragma once
#include <string>
#include <ctime>
#include "struct.h"
#include "checkpoint.h"
#include "serpqueue.h"
time_t getTime();
void readSettingFile();
void writeSettingFile();
void rondomWriteInputFile();
void readInputFile(Entry *en);
void clearLogFile();
void writeLogFile(std::string s);
void writeLogFile(std::string s);
int distribution(CheckPoint* CheckP[]);
void refreshCheckPoint(CheckPoint* CheckP[]);
int whetherSwitchCheckPoint(SerpQueue &SerpQ, const int nowCheckNum);
int getCheckNum(CheckPoint* CheckP[]);
void makeSwitchCheckPoint(CheckPoint* CheckP[], int op);//开关安检口
void switchCheckPointState(CheckPoint* CheckP[], int CheckId);
void programEnd(CheckPoint* CheckP[], SerpQueue* SerpQ);//下班