File tree Expand file tree Collapse file tree 3 files changed +24
-22
lines changed
WinCCOA_QualityChecks/scripts/libs/classes/QualityGates/QgStaticCheck/CtrlCode Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Original file line number Diff line number Diff line change @@ -182,28 +182,28 @@ jobs:
182
182
- name : Register Project
183
183
working-directory : ${{github.workspace}}/WinCCOA_QualityChecks/
184
184
run : |
185
- cwd=$(pwd)
185
+ cwd=$(pwd)
186
186
187
- mkdir -p $cwd/Projects/TfCustomizedQG/config
188
- cd $cwd/Projects/TfCustomizedQG/config
187
+ mkdir -p $cwd/Projects/TfCustomizedQG/config
188
+ cd $cwd/Projects/TfCustomizedQG/config
189
189
190
- echo "[general]
191
- pvss_path = \"/opt/WinCC_OA/3.19\"
192
- proj_path = \"/opt/WinCC_OA/3.19/TestFramework_3.19\"
193
- proj_path = \"$cwd/Projects/Global\"
194
- proj_path = \"$cwd/Projects/TfCustomizedQG\"
195
- proj_version = \"3.19\"
196
- langs = \"de_AT.utf8\"
197
- langs = \"en_US.utf8\"
198
- pmonPort = 5999
199
- [testFramework]
200
- installPath = \"$cwd/\"
201
- " > config
190
+ echo "[general]
191
+ pvss_path = \"/opt/WinCC_OA/3.19\"
192
+ proj_path = \"/opt/WinCC_OA/3.19/TestFramework_3.19\"
193
+ proj_path = \"$cwd/Projects/Global\"
194
+ proj_path = \"$cwd/Projects/TfCustomizedQG\"
195
+ proj_version = \"3.19\"
196
+ langs = \"de_AT.utf8\"
197
+ langs = \"en_US.utf8\"
198
+ pmonPort = 5999
199
+ [testFramework]
200
+ installPath = \"$cwd/\"
201
+ " > config
202
+
203
+ mkdir -p $$cwd/Projects/TfCustomizedQG/log
204
+
205
+ /opt/WinCC_OA/3.19/bin/WCCILpmon -config $cwd/Projects/TfCustomizedQG/config/config -n -autofreg -status -log +stderr || true
202
206
203
- mkdir -p $$cwd/Projects/TfCustomizedQG/log
204
-
205
- /opt/WinCC_OA/3.19/bin/WCCILpmon -config $cwd/Projects/TfCustomizedQG/config/config -n -autofreg -status -log +stderr || true
206
-
207
207
- name : Generate help
208
208
working-directory : /opt/WinCC_OA/3.19/bin/
209
209
run : |
Original file line number Diff line number Diff line change @@ -342,13 +342,14 @@ class ScriptData
342
342
protected string _filePath = "" ; //!< Full native path to the script.
343
343
344
344
//------------------------------------------------------------------------------
345
- /**
346
- Validate calculation state of the script.
347
- @detals There are more reasons, why the script is not calculated
345
+ /** Validate calculation state of the script.
346
+
347
+ There are more reasons, why the script is not calculated
348
348
- does not exist
349
349
- can not be readed
350
350
- crypted
351
351
- ...
352
+
352
353
@return Return 0 when successfull.
353
354
*/
354
355
protected int validateIsCalucalted()
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ ALIASES += synchronized="@attention Synchronized reason:^^"
34
34
ALIASES += synopsis="<b>Synopsis:</b>^^"
35
35
ALIASES += var_type="<strong>Variable type:</strong>^^"
36
36
ALIASES += exampleDescription="<strong>Example:</strong>^^"
37
+ ALIASES += obsolete="@deprecated^^"
37
38
38
39
# eliminate many warnings
39
40
# TODO fix it
You can’t perform that action at this time.
0 commit comments