mFrame
載入中...
搜尋中...
無符合項目
EdgeTriggerEvent.h
1
7#ifndef HAL_BA8DBAF0_DCE9_4F33_B776_7C5470172961
8#define HAL_BA8DBAF0_DCE9_4F33_B776_7C5470172961
9
10/* ***************************************************************************************
11 * Include
12 */
13//----------------------------------------------------------------------------------------
14#include "mframe.h"
15//----------------------------------------------------------------------------------------
16
17/* ***************************************************************************************
18 * Namespace
19 */
20namespace hal::digital {
21 struct EdgeTriggerEvent;
22} // namespace hal::digital
23
24/* ***************************************************************************************
25 * Class/Interface/Struct
26 */
27
35 /* *************************************************************************************
36 * Method
37 */
38
44 virtual void onTrigger(void) abstract;
45};
46
47/* ***************************************************************************************
48 * End of file
49 */
50#endif /* HAL_BA8DBAF0_DCE9_4F33_B776_7C5470172961 */
Definition EdgeTriggerEvent.h:20
[Interface] 邊緣觸發器,正觸發事件。
Definition EdgeTriggerEvent.h:34
virtual void onTrigger(void) override
邊緣觸發事件。
Definition Interface.h:134