You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
494 B
28 lines
494 B
syntax = "proto3";
|
|
|
|
message SP_MSP_U7_Button {
|
|
int32 RxIndex= 1;
|
|
int32 CH0_LYB_V= 2;
|
|
int32 CH1_LYB_H= 3;
|
|
int32 L1= 4; //int32 CH3_LYS_V= 4;
|
|
int32 L2= 5; // int32 CH4_LYS_H= 5;
|
|
|
|
int32 MODE = 6;
|
|
|
|
int32 LU_pulley = 7;
|
|
int32 RU_pulley = 8;
|
|
|
|
int32 LU_Three = 9;
|
|
int32 RU_Three = 10;
|
|
int32 LU_Single = 11;
|
|
int32 RU_Single = 12;
|
|
|
|
int32 R1 = 13;
|
|
int32 R2 = 14;
|
|
int32 S3 = 15;
|
|
|
|
|
|
int32 IsOnline= 16;
|
|
int32 S4 = 18;
|
|
}
|
|
|
|
|