docs
This commit is contained in:
parent
e33eac9a9a
commit
0a402624bb
|
@ -14,6 +14,10 @@ import java.util.TreeSet;
|
||||||
import static com.rusefi.VariableRegistry.unquote;
|
import static com.rusefi.VariableRegistry.unquote;
|
||||||
import static org.abego.treelayout.internal.util.java.lang.string.StringUtil.quote;
|
import static org.abego.treelayout.internal.util.java.lang.string.StringUtil.quote;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* here we generate [Outputs] section of TS .ini file
|
||||||
|
* @see SdCardFieldsConsumer
|
||||||
|
*/
|
||||||
public class DataLogConsumer implements ConfigurationConsumer {
|
public class DataLogConsumer implements ConfigurationConsumer {
|
||||||
public static final String UNUSED = ConfigStructure.UNUSED_ANYTHING_PREFIX;
|
public static final String UNUSED = ConfigStructure.UNUSED_ANYTHING_PREFIX;
|
||||||
private final String fileName;
|
private final String fileName;
|
||||||
|
|
|
@ -5,6 +5,9 @@ import com.rusefi.util.LazyFile;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see DataLogConsumer
|
||||||
|
*/
|
||||||
public class SdCardFieldsConsumer implements ConfigurationConsumer {
|
public class SdCardFieldsConsumer implements ConfigurationConsumer {
|
||||||
|
|
||||||
private final SdCardFieldsContent content = new SdCardFieldsContent();
|
private final SdCardFieldsContent content = new SdCardFieldsContent();
|
||||||
|
|
Loading…
Reference in New Issue