RBS
 
Loading...
Searching...
No Matches
SW_Button_Config.cin File Reference

스티어링 휠 버튼 시스템의 설정 및 전역 변수 정의 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)
 

Detailed Description

스티어링 휠 버튼 시스템의 설정 및 전역 변수 정의

Variable Documentation

◆ BUTTON_ACTION_LONG_PRESS

const byte BUTTON_ACTION_LONG_PRESS = 2

버튼 길게 눌림 액션

◆ BUTTON_ACTION_PRESS

const byte BUTTON_ACTION_PRESS = 0

버튼 눌림 액션

◆ BUTTON_ACTION_RELEASE

const byte BUTTON_ACTION_RELEASE = 1

버튼 놓림 액션

◆ BUTTON_ID_AUTO_TOGGLE

const byte BUTTON_ID_AUTO_TOGGLE = 3

자동 모드 토글 버튼 ID

◆ BUTTON_ID_MODE_DOWN

const byte BUTTON_ID_MODE_DOWN = 1

모드 감소 버튼 ID

◆ BUTTON_ID_MODE_UP

const byte BUTTON_ID_MODE_UP = 0

모드 증가 버튼 ID

◆ BUTTON_ID_PROFILE_CHANGE

const byte BUTTON_ID_PROFILE_CHANGE = 2

프로파일 변경 버튼 ID

◆ gEventCounter

byte gEventCounter

이벤트 카운터 (메시지 시퀀스 관리용)

◆ gMsg_L004

스티어링 휠 버튼 입력 메시지 전역 인스턴스

◆ gPressStartTime_AutoToggle

dword gPressStartTime_AutoToggle

자동 모드 토글 버튼 눌림 시작 시간 (ms)

◆ gPressStartTime_ModeDown

dword gPressStartTime_ModeDown

모드 감소 버튼 눌림 시작 시간 (ms)

◆ gPressStartTime_ModeUp

dword gPressStartTime_ModeUp

모드 증가 버튼 눌림 시작 시간 (ms)

◆ gPressStartTime_ProfileChange

dword gPressStartTime_ProfileChange

프로파일 변경 버튼 눌림 시작 시간 (ms)