mFrame
載入中...
搜尋中...
無符合項目
GeneralInput.h
1
7#ifndef HAL_9C655B34_D715_4F1E_957C_F1BFB3213FB8
8#define HAL_9C655B34_D715_4F1E_957C_F1BFB3213FB8
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace hal::digital {
23 struct GeneralInput;
24} // namespace hcal::digital
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
35 /* *************************************************************************************
36 * Method
37 */
38
45 virtual bool getValue(void) abstract;
46};
47
48/* ***************************************************************************************
49 * End of file
50 */
51
52#endif /* HAL_9C655B34_D715_4F1E_957C_F1BFB3213FB8 */
Definition EdgeTriggerEvent.h:20
[Interface] 硬體抽象層,通用引腳輸入。
Definition GeneralInput.h:34
virtual bool getValue(void) override
取得引腳電平。
Definition Interface.h:134