Cleanups in ui.
This commit is contained in:
51
bc.h
51
bc.h
@@ -723,45 +723,45 @@ public:
|
||||
Reg_Sensor_Config_Ramp_Up_Steps_Hi = 0x12,
|
||||
Reg_Sensor_Config_Ramp_Up_Steps_Lo = 0x13,
|
||||
|
||||
Reg_Sensor_Config_Decay_Delay_Hi = 0x14,
|
||||
Reg_Sensor_Config_Decay_Delay_Lo = 0x15,
|
||||
Reg_Sensor_Config_Decay_Delay_Hi = 0x14,
|
||||
Reg_Sensor_Config_Decay_Delay_Lo = 0x15,
|
||||
|
||||
Reg_Sensor_Config_Decay_Steps_Hi = 0x16,
|
||||
Reg_Sensor_Config_Decay_Steps_Lo = 0x17,
|
||||
Reg_Sensor_Config_Decay_Steps_Hi = 0x16,
|
||||
Reg_Sensor_Config_Decay_Steps_Lo = 0x17,
|
||||
|
||||
Reg_Sensor_Config_Speed_Threshold_Hi = 0x18,
|
||||
Reg_Sensor_Config_Speed_Threshold_Lo = 0x19,
|
||||
Reg_Sensor_Config_Speed_Threshold_Hi = 0x18,
|
||||
Reg_Sensor_Config_Speed_Threshold_Lo = 0x19,
|
||||
|
||||
Reg_Sensor_Config_Ramp_Active_Over_Threshold = 0x1a,
|
||||
Reg_Sensor_Config_Ramp_Active_Over_Threshold = 0x1a,
|
||||
|
||||
Reg_Sensor_Status_Torque_Voltage = 0x1b, // Torque Sensor Voltage
|
||||
Reg_Sensor_Status_Torque_Voltage = 0x1b, // Torque Sensor Voltage
|
||||
|
||||
Reg_Sensor_Status_Cadence = 0x1c, // Number Of Turns Per Minutes Made With The Pedals
|
||||
Reg_Sensor_Status_Cadence = 0x1c, // Number Of Turns Per Minutes Made With The Pedals
|
||||
|
||||
Reg_Sensor_Status_Output_Voltage = 0x1d, // Voltage Output To The Motor's Gauge Sensor
|
||||
Reg_Sensor_Status_Output_Voltage = 0x1d, // Voltage Output To The Motor's Gauge Sensor
|
||||
|
||||
Reg_Sensor_Status_Pulse_Counter = 0x1e, // Pulse Counter. Increases When Back Pedaling And Decreases When Forward Pedaling
|
||||
Reg_Sensor_Status_Pulse_Counter = 0x1e, // Pulse Counter. Increases When Back Pedaling And Decreases When Forward Pedaling
|
||||
|
||||
Reg_Sensor_Config_Input_Offset = 0x40, // Permit To Offset The Input Value Of The Torque Sensor From +1.64 To -1.65v
|
||||
Reg_Sensor_Config_Input_Offset = 0x40, // Permit To Offset The Input Value Of The Torque Sensor From +1.64 To -1.65v
|
||||
|
||||
Reg_Sensor_Sn_Location = 0x71, // Location
|
||||
Reg_Sensor_Sn_Location = 0x71, // Location
|
||||
|
||||
Reg_Sensor_Sn_Year = 0x72, // Mfd. Year
|
||||
Reg_Sensor_Sn_Month = 0x73, // Mfd. Month
|
||||
Reg_Sensor_Sn_Day = 0x74, // Mfd. Day
|
||||
Reg_Sensor_Sn_Year = 0x72, // Mfd. Year
|
||||
Reg_Sensor_Sn_Month = 0x73, // Mfd. Month
|
||||
Reg_Sensor_Sn_Day = 0x74, // Mfd. Day
|
||||
|
||||
Reg_Sensor_Sn_Pn_Hi = 0x75, // Partnumber
|
||||
Reg_Sensor_Sn_Pn_Lo = 0x76,
|
||||
Reg_Sensor_Sn_Pn_Hi = 0x75, // Partnumber
|
||||
Reg_Sensor_Sn_Pn_Lo = 0x76,
|
||||
|
||||
Reg_Sensor_Sn_Item_Hi = 0x77, // Serial Number
|
||||
Reg_Sensor_Sn_Item_Lo = 0x78,
|
||||
Reg_Sensor_Sn_Item_Hi = 0x77, // Serial Number
|
||||
Reg_Sensor_Sn_Item_Lo = 0x78,
|
||||
|
||||
Reg_Sensor_Rev_Hw = 0x80, // Hardware Version
|
||||
Reg_Sensor_Rev_Sw = 0x81, // Software Version
|
||||
Reg_Sensor_Rev_Hw = 0x80, // Hardware Version
|
||||
Reg_Sensor_Rev_Sw = 0x81, // Software Version
|
||||
|
||||
Reg_Sensor_Config_Mode = 0x82, // 0-Thune, 1-Fag
|
||||
Reg_Sensor_Config_Mode = 0x82, // 0-Thune, 1-Fag
|
||||
|
||||
Reg_Sensor_Rev_Sub = 0x83 // Software Subversion
|
||||
Reg_Sensor_Rev_Sub = 0x83 // Software Subversion
|
||||
|
||||
};
|
||||
Q_ENUM(ID)
|
||||
@@ -803,9 +803,6 @@ namespace BCTags
|
||||
inline constexpr auto Max = "Max"_L1;
|
||||
inline constexpr auto Factor = "Factor"_L1;
|
||||
|
||||
inline constexpr auto ValueTag = "Wert"_L1;
|
||||
inline constexpr auto LabelTag = "Bezeichnung"_L1;
|
||||
|
||||
}
|
||||
|
||||
#endif // BC_H
|
||||
|
||||
Reference in New Issue
Block a user