CP控制V1.0
This commit is contained in:
21
ComCtrl/ComCtrl.h
Normal file
21
ComCtrl/ComCtrl.h
Normal file
@ -0,0 +1,21 @@
|
||||
#ifndef CPCTRL_COMCTRL_H
|
||||
#define CPCTRL_COMCTRL_H
|
||||
|
||||
#include "GlobalDefs.h"
|
||||
#include "Noncanonical.h"
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
// 设置
|
||||
void setantCommand(const vector<string>& args);
|
||||
void setephCommand(const vector<string>& args);
|
||||
|
||||
// 查询
|
||||
void queryCommand(const vector<string>& args);
|
||||
|
||||
//历史
|
||||
void listCommand();
|
||||
|
||||
|
||||
#endif //CPCTRL_COMCTRL_H
|
Reference in New Issue
Block a user