mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
@@ -462,7 +462,7 @@ signals:
|
||||
|
||||
void posData(uint8_t position);
|
||||
|
||||
void tcoreData(float core, float skin, int qual);
|
||||
void tcoreData(float core, float skin, float hsi, int qual);
|
||||
|
||||
// signal for passing remote control commands
|
||||
void antRemoteControl(uint16_t command);
|
||||
|
||||
@@ -258,7 +258,7 @@ class ANTChannel : public QObject {
|
||||
void posData(uint8_t position);
|
||||
|
||||
// signal for core temp data
|
||||
void tcoreData(float core, float skin, int qual, float strain);
|
||||
void tcoreData(float core, float skin, float strain, int qual );
|
||||
|
||||
// signal for passing remote control commands
|
||||
void antRemoteControl(uint16_t command);
|
||||
|
||||
@@ -86,7 +86,7 @@ signals:
|
||||
void rrData(uint16_t measurementTime, uint8_t heartrateBeats, uint8_t instantHeartrate);
|
||||
|
||||
void posData(uint8_t position);
|
||||
void tcoreData(float core, float skin, int qual);
|
||||
void tcoreData(float core, float skin, float hsi, int qual);
|
||||
|
||||
// signal for passing remote control commands to train view
|
||||
void remoteControl(uint16_t command);
|
||||
|
||||
Reference in New Issue
Block a user