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:30:54 -07:00
|
|
|
bash gen_live_documentation_one_file.sh ac_control AcControl.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
2021-10-13 21:30:54 -07:00
|
|
|
bash gen_live_documentation_one_file.sh pid_state PidState.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
2021-10-13 21:30:54 -07:00
|
|
|
bash gen_live_documentation_one_file.sh engine_state EngineState.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
2021-10-13 21:30:54 -07:00
|
|
|
bash gen_live_documentation_one_file.sh trigger_central TriggerCentral.java
|
2020-06-18 09:41:14 -07:00
|
|
|
|
2021-10-13 21:30:54 -07:00
|
|
|
bash gen_live_documentation_one_file.sh trigger_state TriggerState.java
|
|
|
|
|
|
|
|
bash gen_live_documentation_one_file.sh wall_fuel_state WallFuelState.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
|