This commit is contained in:
rusefillc 2023-01-02 12:14:03 -05:00
parent 1cc522410c
commit 5c1e333ed6
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,10 @@ import java.util.TreeSet;
import static com.rusefi.VariableRegistry.unquote;
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 static final String UNUSED = ConfigStructure.UNUSED_ANYTHING_PREFIX;
private final String fileName;

View File

@ -5,6 +5,9 @@ import com.rusefi.util.LazyFile;
import java.io.IOException;
/**
* @see DataLogConsumer
*/
public class SdCardFieldsConsumer implements ConfigurationConsumer {
private final SdCardFieldsContent content = new SdCardFieldsContent();