mFrame
載入中...
搜尋中...
無符合項目
InterruptEvent.h
1
7#ifndef HAL_9E61DE90_7223_4EE7_BB33_FE3C45509F28
8#define HAL_9E61DE90_7223_4EE7_BB33_FE3C45509F28
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22
23namespace hal {
24 struct InterruptEvent;
25} // namespace hal
26
27/* ***************************************************************************************
28 * Class/Interface/Struct/Enum
29 */
30
36 /* *************************************************************************************
37 * Method
38 */
39
44 virtual void interruptEvent(void) abstract;
45};
46
47/* ***************************************************************************************
48 * End of file
49 */
50
51#endif /* HAL_9E61DE90_7223_4EE7_BB33_FE3C45509F28 */
Definition Ammeter.h:23
[Interface]硬體抽象層,硬體中斷觸發事件。
Definition InterruptEvent.h:35
virtual void interruptEvent(void) override
硬體中斷觸發事件
Definition Interface.h:134