![]() |
Speeduino
|
#include "globals.h"#include "logger.h"#include "decoders.h"#include "init.h"#include "maths.h"#include "utilities.h"#include <BOARD_H>#include "units.h"An expansion to the getReadableLogEntry function for systems that have an FPU. It will provide a floating point value for any parameter that this is appropriate for, otherwise will return the result of getReadableLogEntry. See logger.h for the field names and order
| logIndex | - The log index required. Note that this is NOT the byte number, but the index in the log |


Similar to the getTSLogEntry function, however this returns a full, unadjusted (ie human readable) log entry value. See logger.h for the field names and order
| logIndex | - The log index required. Note that this is NOT the byte number, but the index in the log |

Returns a numbered byte-field (partial field in case of multi-byte fields) from "current status" structure in the format expected by TunerStudio Notes on fields:
| byteNum | - byte-Field number. This is not the entry number (As some entries have multiple byets), but the byte number that is needed |


Searches the log 2 byte array to determine whether a given index is a regular single byte or a 2 byte field Uses a boundless binary search for improved performance, but requires the fsIntIndex to remain in order
| key | - Index in the log array to check |















