|
|
|
@ -611,7 +611,7 @@ private:
@@ -611,7 +611,7 @@ private:
|
|
|
|
|
|
|
|
|
|
// return true if a new core has a better score than an existing core, including
|
|
|
|
|
// checks for alignment
|
|
|
|
|
bool coreBetterScore(uint8_t new_core, uint8_t current_core); |
|
|
|
|
bool coreBetterScore(uint8_t new_core, uint8_t current_core) const; |
|
|
|
|
|
|
|
|
|
// logging functions shared by cores:
|
|
|
|
|
void Log_Write_XKF1(uint8_t core, uint64_t time_us) const; |
|
|
|
|