스티어링 휠 버튼 시스템의 설정 및 전역 변수 정의 More...
Variables | |
message L004_SW_Button_Input | gMsg_L004 |
스티어링 휠 버튼 입력 메시지 전역 인스턴스 | |
const byte | BUTTON_ID_MODE_UP = 0 |
모드 증가 버튼 ID | |
const byte | BUTTON_ID_MODE_DOWN = 1 |
모드 감소 버튼 ID | |
const byte | BUTTON_ID_PROFILE_CHANGE = 2 |
프로파일 변경 버튼 ID | |
const byte | BUTTON_ID_AUTO_TOGGLE = 3 |
자동 모드 토글 버튼 ID | |
const byte | BUTTON_ACTION_PRESS = 0 |
버튼 눌림 액션 | |
const byte | BUTTON_ACTION_RELEASE = 1 |
버튼 놓림 액션 | |
const byte | BUTTON_ACTION_LONG_PRESS = 2 |
버튼 길게 눌림 액션 | |
byte | gEventCounter |
이벤트 카운터 (메시지 시퀀스 관리용) | |
dword | gPressStartTime_ModeUp |
모드 증가 버튼 눌림 시작 시간 (ms) | |
dword | gPressStartTime_ModeDown |
모드 감소 버튼 눌림 시작 시간 (ms) | |
dword | gPressStartTime_ProfileChange |
프로파일 변경 버튼 눌림 시작 시간 (ms) | |
dword | gPressStartTime_AutoToggle |
자동 모드 토글 버튼 눌림 시작 시간 (ms) | |
스티어링 휠 버튼 시스템의 설정 및 전역 변수 정의
byte gEventCounter |
이벤트 카운터 (메시지 시퀀스 관리용)
message L004_SW_Button_Input gMsg_L004 |
스티어링 휠 버튼 입력 메시지 전역 인스턴스
dword gPressStartTime_AutoToggle |
자동 모드 토글 버튼 눌림 시작 시간 (ms)
dword gPressStartTime_ModeDown |
모드 감소 버튼 눌림 시작 시간 (ms)
dword gPressStartTime_ModeUp |
모드 증가 버튼 눌림 시작 시간 (ms)
dword gPressStartTime_ProfileChange |
프로파일 변경 버튼 눌림 시작 시간 (ms)