From 7e779a6c69bb666a937de911bea2b9e02a94ad77 Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Thu, 8 May 2025 10:58:21 +0200 Subject: [PATCH] update config files --- doc/config.json | 206 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 206 insertions(+) create mode 100644 doc/config.json diff --git a/doc/config.json b/doc/config.json new file mode 100644 index 0000000..e65857c --- /dev/null +++ b/doc/config.json @@ -0,0 +1,206 @@ +{ + "applications": [ + { + "name": "notepad++", + "path": "C:/Program Files/Notepad++/notepad++.exe", + "parameters": [] + }, + { + "name": "EIF_release", + "path": "C:/src/GRIFO-E/REP/REP-Builds/mingwLuna/projectsLuna/_EIF-Proto/Debug/_EIF-Proto-standalone.exe", + "parameters": [ + { + "name": "/--NoRis", + "description": "disabilita ris", + "default_value": "/--NoRis", + "type": "string" + }, + { + "name": "win2", + "description": "win2", + "default_value": "/win2", + "type": "string" + }, + { + "name": "1553", + "description": "1553 address", + "default_value": "/1553=127.0.0.1", + "type": "string" + }, + { + "name": "fast", + "description": "start fast", + "default_value": "/fast", + "type": "string" + }, + { + "name": "r:p", + "description": "r:p", + "default_value": "/r:p=", + "type": "string" + }, + { + "name": "sudo", + "description": "sudo", + "default_value": "/sudo", + "type": "string" + } + ] + }, + { + "name": "DFE_release", + "path": "C:/src/GRIFO-E/REP/REP-Builds/mingwLuna/projectsLuna/_DFE-Host/Debug/_DFE-Host-standalone.exe", + "parameters": [] + }, + { + "name": "EIF_release_playback", + "path": "C:/src/GRIFO-E/REP/REP-Builds/mingwLuna/projectsLuna/_EIF-Proto/Debug/_EIF-Proto-standalone.exe", + "parameters": [ + { + "name": "NoRis", + "description": "NoRis", + "default_value": "/--NoRis", + "type": "string" + }, + { + "name": "/fast", + "description": "/fast", + "default_value": "/fast", + "type": "string" + }, + { + "name": "/win1", + "description": "/win1", + "default_value": "/win1", + "type": "string" + }, + { + "name": "/1553=127.0.0.1", + "description": "/1553=127.0.0.1", + "default_value": "/1553=127.0.0.1", + "type": "string" + }, + { + "name": "/sudo", + "description": "/sudo", + "default_value": "/sudo", + "type": "string" + }, + { + "name": "/r:p=127.0.0.1", + "description": "/r:p=127.0.0.1", + "default_value": "/r:p=127.0.0.1", + "type": "string" + }, + { + "name": "/r:r", + "description": "/r:r", + "default_value": "/r:r", + "type": "string" + } + ] + }, + { + "name": "EIF_SIM_DSP", + "path": "C:/src/GRIFO-E/REP/REP-Builds/mingwLuna/projectsLuna/_EIF-Proto/Debug/GRIFO-E-EIF.exe", + "parameters": [] + }, + { + "name": "EIF_per_XLRUMonitor", + "path": "C:/src/GRIFO-E/REP/REP-Builds/mingwLuna/projectsLuna/_EIF-Proto/Debug/GRIFO-E-EIF.exe", + "parameters": [ + { + "name": "fast", + "description": "fast", + "default_value": "/fast", + "type": "string" + }, + { + "name": "NoRis", + "description": "NoRis", + "default_value": "/--NoRis", + "type": "string" + }, + { + "name": "win1", + "description": "win1", + "default_value": "/win1", + "type": "string" + } + ] + }, + { + "name": "EIF_RIS", + "path": "C:/src/GRIFO-E/REP/REP-Builds/mingwLuna/projectsLuna/_EIF-Proto/Debug/GRIFO-E-RIS.exe", + "parameters": [ + { + "name": "r:p=127.0.0.1", + "description": "r:p=127.0.0.1", + "default_value": "/r:p=127.0.0.1", + "type": "string" + }, + { + "name": "fast", + "description": "fast", + "default_value": "/fast", + "type": "string" + }, + { + "name": "rt", + "description": "rt", + "default_value": "/rt=20", + "type": "string" + } + ] + }, + { + "name": "DFE_release_playback", + "path": "C:/src/GRIFO-E/REP/REP-Builds/mingwLuna/projectsLuna/_DFE-Host/Debug/_DFE-Host-standalone.exe", + "parameters": [ + { + "name": "path", + "description": "path", + "default_value": "C:\\_temp\\_REC\\TS_23_03_01\\_23-03-01-13-25-42_sata_0-cv.out", + "type": "string" + } + ] + } + ], + "sequences": [ + { + "name": "GRIFO-E_release", + "steps": [ + { + "application": "EIF_release", + "wait_time": 2.0, + "parameters": {} + }, + { + "application": "DFE_release", + "wait_time": 2.0, + "parameters": {} + } + ] + }, + { + "name": "GRIFO-E_playback", + "steps": [ + { + "application": "EIF_release_playback", + "wait_time": 1.0, + "parameters": {} + } + ] + }, + { + "name": "GRIFO-E_sim_dsp", + "steps": [ + { + "application": "EIF_SIM_DSP", + "wait_time": 1.0, + "parameters": {} + } + ] + } + ] +} \ No newline at end of file