Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
f3577204
Commit
f3577204
authored
Aug 22, 2014
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xtthelp, project xtthelp-files moved from to ./
parent
5ecb8ab3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
+11
-10
src/exe/co_convert/src/cnv_readxtthelp.cpp
src/exe/co_convert/src/cnv_readxtthelp.cpp
+5
-4
src/exp/inc/src/pwr_names.h
src/exp/inc/src/pwr_names.h
+2
-2
wb/lib/wb/src/wb_build.cpp
wb/lib/wb/src/wb_build.cpp
+2
-2
wb/lib/wb/src/wb_lfu.cpp
wb/lib/wb/src/wb_lfu.cpp
+1
-1
xtt/lib/ge/src/ge_graph_web.cpp
xtt/lib/ge/src/ge_graph_web.cpp
+1
-1
No files found.
src/exe/co_convert/src/cnv_readxtthelp.cpp
View file @
f3577204
...
...
@@ -51,6 +51,7 @@ extern "C" {
#include "co_dcli.h"
}
#include "pwr_names.h"
#include "co_nav_help.h"
#include "cnv_readxtthelp.h"
#include "cnv_xtthelpto.h"
...
...
@@ -105,8 +106,8 @@ int CnvReadXtthelp::read_xtthelp()
if
(
xtthelpto
->
confpass
())
{
xtthelpto
->
set_confpass
(
true
);
NavHelp
*
navhelp
=
new
NavHelp
(
(
void
*
)
this
,
"$pwr_exe/wtt_help.dat"
,
"$pwrp_exe/xtt_help.dat"
);
NavHelp
*
navhelp
=
new
NavHelp
(
(
void
*
)
this
,
pwr_cNameBaseWttHelp
,
pwr_cNameProjectXttHelp
);
navhelp
->
insert_cb
=
help_insert_cb
;
navhelp
->
set_propagate
(
0
);
// Don't print include files
...
...
@@ -116,8 +117,8 @@ int CnvReadXtthelp::read_xtthelp()
delete
navhelp
;
xtthelpto
->
set_confpass
(
false
);
}
NavHelp
*
navhelp
=
new
NavHelp
(
(
void
*
)
this
,
"$pwr_exe/wtt_help.dat"
,
"$pwrp_exe/xtt_help.dat"
);
NavHelp
*
navhelp
=
new
NavHelp
(
(
void
*
)
this
,
pwr_cNameBaseWttHelp
,
pwr_cNameProjectXttHelp
);
navhelp
->
insert_cb
=
help_insert_cb
;
navhelp
->
set_propagate
(
0
);
// Don't print include files
sts
=
navhelp
->
help
(
NULL
,
""
,
navh_eHelpFile_Other
,
...
...
src/exp/inc/src/pwr_names.h
View file @
f3577204
...
...
@@ -67,8 +67,8 @@
# define pwr_cNameCustomBuild "$pwrp_exe/custom_build.sh"
# define pwr_cNameBaseXttHelp "$pwr_lang/xtt_help.dat"
# define pwr_cNameBaseWttHelp "$pwr_lang/wtt_help.dat"
# define pwr_cNameProjectXttHelp "$pwrp_
exe
/xtt_help.dat"
# define pwr_cNamePlcXttHelp "$pwrp_
exe
/xtthelp_%s_plc.dat"
# define pwr_cNameProjectXttHelp "$pwrp_
load
/xtt_help.dat"
# define pwr_cNamePlcXttHelp "$pwrp_
load
/xtthelp_%s_plc.dat"
#elif defined OS_VMS || defined OS_ELN
...
...
wb/lib/wb/src/wb_build.cpp
View file @
f3577204
...
...
@@ -232,7 +232,7 @@ void wb_build::node( char *nodename, void *volumelist, int volumecnt)
pwr_tTime
dest_time
,
src_time
;
// Copy xtt_help.dat from $pwrp_cnf to $pwrp_
exe
// Copy xtt_help.dat from $pwrp_cnf to $pwrp_
load
sprintf
(
src_fname
,
"$pwrp_cnf/%s/xtt_help.dat"
,
node
);
dcli_translate_filename
(
src_fname
,
src_fname
);
m_sts
=
dcli_file_time
(
src_fname
,
&
src_time
);
...
...
@@ -248,7 +248,7 @@ void wb_build::node( char *nodename, void *volumelist, int volumecnt)
}
if
(
oddSts
())
{
strcpy
(
dest_fname
,
"$pwrp_
exe
/xtt_help.dat"
);
strcpy
(
dest_fname
,
"$pwrp_
load
/xtt_help.dat"
);
dcli_translate_filename
(
dest_fname
,
dest_fname
);
m_sts
=
dcli_file_time
(
dest_fname
,
&
dest_time
);
if
(
opt
.
force
||
evenSts
()
||
src_time
.
tv_sec
>
dest_time
.
tv_sec
)
{
...
...
wb/lib/wb/src/wb_lfu.cpp
View file @
f3577204
...
...
@@ -2282,7 +2282,7 @@ pwr_tStatus lfu_SaveDirectoryVolume(
if
(
*
components_ptr
&
pwr_mDistrComponentMask_XMLFiles
)
fprintf
(
file
,
"appl %s W $pwrp_load/*.xml
\n
"
,
nodename_ptr
);
if
(
*
components_ptr
&
pwr_mDistrComponentMask_XttHelpFile
)
fprintf
(
file
,
"appl %s W $pwrp_cnf/%s/xtt_help.dat:$pwrp_cnf/xtt_help.dat $pwrp_
exe
/xtt_help.dat
\n
"
,
fprintf
(
file
,
"appl %s W $pwrp_cnf/%s/xtt_help.dat:$pwrp_cnf/xtt_help.dat $pwrp_
load
/xtt_help.dat
\n
"
,
nodename_ptr
,
nodename_ptr
);
if
(
*
components_ptr
&
pwr_mDistrComponentMask_XttResourceFile
)
fprintf
(
file
,
"appl %s W $pwrp_cnf/%s/b55/Rt_xtt:$pwrp_cnf/%s/Rt_xtt:$pwrp_cnf/Rt_xtt /home/b55/Rt_xtt
\n
"
,
...
...
xtt/lib/ge/src/ge_graph_web.cpp
View file @
f3577204
...
...
@@ -587,7 +587,7 @@ int Graph::generate_web_help()
// Copy default css-file to pwrp_web
system
(
"cp $pwr_exe/pwr_css.css $pwrp_web/"
);
// If $pwrp_
exe
/xtt_help.dat exist convert this to html
// If $pwrp_
load
/xtt_help.dat exist convert this to html
sts
=
dcli_search_file
(
pwr_cNameProjectXttHelp
,
fname
,
DCLI_DIR_SEARCH_INIT
);
if
(
ODD
(
sts
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment