explicit-folder-for-livedata-generated-headers #6886

This commit is contained in:
Andrey 2024-09-04 11:26:22 -04:00 committed by rusefillc
parent 613aecacb6
commit fa6737cb58
32 changed files with 4 additions and 3 deletions

View File

@ -35,6 +35,7 @@ ALLINC += \
$(DEVELOPMENT_DIR) \
$(ENGINES_INC) \
$(PROJECT_DIR)/config/engines \
$(PROJECT_DIR)/live_data_generated \
$(BOARDS_DIR) \
$(PROJECT_DIR)/hw_layer/algo \
$(PROJECT_DIR)/init \
@ -46,4 +47,4 @@ ALLINC += \
$(CONTROLLERS_SENSORS_INC) \
$(CONTROLLERS_INC) \
$(PROJECT_DIR)/console/binary/generated \

View File

@ -22,8 +22,8 @@
#include "loggingcentral.h"
#include "error_handling.h"
#include "efi_gpio.h"
#include "tunerstudio_outputs.h"
#ifndef EFI_BOOTLOADER
#include "tunerstudio_outputs.h"
#include "engine.h"
#endif // EFI_BOOTLOADER
#include "engine_configuration.h"

View File

@ -276,7 +276,7 @@ public class LiveDataProcessor {
outFolder = inputOutputFolder;
}
handler.onEntry(name, java, inputFolder, prepend, withCDefines, outputNamesArr, constexpr, conditional, engineModule, isPtr, cppFileName, outFolder);
handler.onEntry(name, java, inputFolder, prepend, withCDefines, outputNamesArr, constexpr, conditional, engineModule, isPtr, cppFileName, "live_data_generated");
String enumName = "LDS_" + name;
String type = name + "_s"; // convention