2020-07-09 07:27:20 -07:00
|
|
|
#!/bin/bash
|
2020-06-18 09:41:14 -07:00
|
|
|
|
|
|
|
rm gen_live_documentation.log
|
|
|
|
|
2021-10-13 21:09:31 -07:00
|
|
|
bash gen_line_documentation_one_file.sh pid_state.txt PidState.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
2021-10-13 21:09:31 -07:00
|
|
|
bash gen_line_documentation_one_file.sh engine_state EngineState.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
2021-10-13 21:09:31 -07:00
|
|
|
bash gen_line_documentation_one_file.sh trigger_centralTriggerCentral.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
2021-10-13 21:09:31 -07:00
|
|
|
bash gen_line_documentation_one_file.sh trigger_state.txt TriggerState.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
2021-10-13 21:09:31 -07:00
|
|
|
bash gen_line_documentation_one_file.sh wall_fuel_state.txtWallFuelState.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
|
|
|
java -DSystemOut.name=gen_live_documentation \
|
|
|
|
-cp ../java_tools/ConfigDefinition.jar \
|
|
|
|
com.rusefi.ldmp.UsagesReader integration/LiveData.yaml
|