📄 watch.h.svn-base
字号:
#ifndef __Watch_include__#define __Watch_include__#include "machine/plugbox.h"#include "machine/pic.h"#include "machine/pit.h"#include "syscall/guarded_organizer.h"#include "meeting/bellringer.h"extern PIC pic;extern Plugbox plugbox;extern Guarded_Organizer scheduler;extern Bellringer bellringer;class Watch : public Gate, public PIT{public: Watch(); Watch(int us); Watch(Watch &timer); virtual ~Watch(); void windup(); virtual bool prologue(); virtual void epilogue();};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -