docs
This commit is contained in:
parent
54a2204f80
commit
5c4b8c24be
|
@ -4,6 +4,9 @@ import com.rusefi.ReaderState;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* [OutputChannels]
|
||||||
|
*/
|
||||||
public class OutputsSectionConsumer extends AbstractConfigurationConsumer {
|
public class OutputsSectionConsumer extends AbstractConfigurationConsumer {
|
||||||
private final String tsOutputsSectionFileName;
|
private final String tsOutputsSectionFileName;
|
||||||
private final TsOutput tsOutput;
|
private final TsOutput tsOutput;
|
||||||
|
|
|
@ -10,6 +10,9 @@ import java.io.*;
|
||||||
import static com.rusefi.ToolUtil.EOL;
|
import static com.rusefi.ToolUtil.EOL;
|
||||||
import static com.rusefi.util.IoUtils.CHARSET;
|
import static com.rusefi.util.IoUtils.CHARSET;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* [Constants]
|
||||||
|
*/
|
||||||
public class TSProjectConsumer implements ConfigurationConsumer {
|
public class TSProjectConsumer implements ConfigurationConsumer {
|
||||||
private static final String TS_FILE_INPUT_NAME = "rusefi.input";
|
private static final String TS_FILE_INPUT_NAME = "rusefi.input";
|
||||||
private static final String CONFIG_DEFINITION_START = "CONFIG_DEFINITION_START";
|
private static final String CONFIG_DEFINITION_START = "CONFIG_DEFINITION_START";
|
||||||
|
|
Loading…
Reference in New Issue