docs
This commit is contained in:
parent
54a2204f80
commit
5c4b8c24be
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue