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
9f9b8ac9
Commit
9f9b8ac9
authored
Sep 20, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Distributor, bus id added to info
parent
50a39558
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
wb/lib/wb/src/wb_wpkgnav.cpp
wb/lib/wb/src/wb_wpkgnav.cpp
+3
-0
No files found.
wb/lib/wb/src/wb_wpkgnav.cpp
View file @
9f9b8ac9
...
@@ -673,6 +673,7 @@ int WItemPkgInfoHier::open_children( WNavBrow *brow, double x, double y, int dis
...
@@ -673,6 +673,7 @@ int WItemPkgInfoHier::open_children( WNavBrow *brow, double x, double y, int dis
{
{
pwr_tFileName
bootfile
;
pwr_tFileName
bootfile
;
pwr_tFileName
bfile
;
pwr_tFileName
bfile
;
char
bus_str
[
20
];
pwr_tTime
date
;
pwr_tTime
date
;
pwr_tString80
systemname
;
pwr_tString80
systemname
;
pwr_tString80
systemgroup
;
pwr_tString80
systemgroup
;
...
@@ -703,6 +704,8 @@ int WItemPkgInfoHier::open_children( WNavBrow *brow, double x, double y, int dis
...
@@ -703,6 +704,8 @@ int WItemPkgInfoHier::open_children( WNavBrow *brow, double x, double y, int dis
sts
=
time_AtoAscii
(
&
date
,
time_eFormat_DateAndTime
,
version
,
sizeof
(
version
));
sts
=
time_AtoAscii
(
&
date
,
time_eFormat_DateAndTime
,
version
,
sizeof
(
version
));
brow_SetNodraw
(
brow
->
ctx
);
brow_SetNodraw
(
brow
->
ctx
);
new
WItemPkgInfo
(
brow
,
"NodeName"
,
nodename
,
node
,
flow_eDest_IntoLast
);
new
WItemPkgInfo
(
brow
,
"NodeName"
,
nodename
,
node
,
flow_eDest_IntoLast
);
sprintf
(
bus_str
,
"%d"
,
bus
);
new
WItemPkgInfo
(
brow
,
"QComBusId"
,
bus_str
,
node
,
flow_eDest_IntoLast
);
if
(
volcount
>
0
)
if
(
volcount
>
0
)
new
WItemPkgInfo
(
brow
,
"RootVolume"
,
volnamelist
[
0
],
node
,
flow_eDest_IntoLast
);
new
WItemPkgInfo
(
brow
,
"RootVolume"
,
volnamelist
[
0
],
node
,
flow_eDest_IntoLast
);
new
WItemPkgInfo
(
brow
,
"Version"
,
version
,
node
,
flow_eDest_IntoLast
);
new
WItemPkgInfo
(
brow
,
"Version"
,
version
,
node
,
flow_eDest_IntoLast
);
...
...
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