This commit is contained in:
rusefillc 2022-03-13 11:34:41 -04:00
parent 54a2204f80
commit 5c4b8c24be
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@ import com.rusefi.ReaderState;
import java.io.*;
/**
* [OutputChannels]
*/
public class OutputsSectionConsumer extends AbstractConfigurationConsumer {
private final String tsOutputsSectionFileName;
private final TsOutput tsOutput;

View File

@ -10,6 +10,9 @@ import java.io.*;
import static com.rusefi.ToolUtil.EOL;
import static com.rusefi.util.IoUtils.CHARSET;
/**
* [Constants]
*/
public class TSProjectConsumer implements ConfigurationConsumer {
private static final String TS_FILE_INPUT_NAME = "rusefi.input";
private static final String CONFIG_DEFINITION_START = "CONFIG_DEFINITION_START";