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
78689281
Commit
78689281
authored
Jan 13, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix in object_parameters, display of attrobjects was conflicting with other display
parent
40de0a28
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
src/lib/rt/src/rt_rtt_menu.c
src/lib/rt/src/rt_rtt_menu.c
+13
-8
No files found.
src/lib/rt/src/rt_rtt_menu.c
View file @
78689281
/*
* Proview $Id: rt_rtt_menu.c,v 1.1
0 2005-10-25 15:28:10
claes Exp $
* Proview $Id: rt_rtt_menu.c,v 1.1
1 2006-01-13 06:40:47
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -22,6 +22,7 @@
#define RTT_MENU_MODULE
#define RTT_ISAREF 0x99990000
/*_Include files_________________________________________________________*/
...
...
@@ -6266,7 +6267,7 @@ static int rtt_attribute_elements(
0
,
&
rtt_object_parameters
,
0
,
objid
,
(
void
*
)
aref
.
Body
,
(
void
*
)
aref
.
Offset
,
(
void
*
)
aref
.
Size
,
(
void
*
)
aref
.
Flags
.
m
,
(
void
*
)
aref
.
Size
,
(
void
*
)
(
aref
.
Flags
.
m
|
RTT_ISAREF
)
,
parameter_name
,
RTT_PRIV_NOOP
,
parameter_ptr
,
atype
,
aflags
,
asize
/
elements
,
subid
,
0
,
0
,
0
,
0
,
0
.
0
,
0
.
0
,
RTT_DATABASE_GDH
,
0
);
...
...
@@ -6492,11 +6493,15 @@ int rtt_object_parameters(
int
flags
;
pwr_tCid
cid
;
if
(
((
unsigned
int
)
arg4
&
0xffff0000
)
==
RTT_ISAREF
)
{
objar
.
Objid
=
objid
;
objar
.
Body
=
(
pwr_tCid
)
arg1
;
objar
.
Offset
=
(
pwr_tUInt32
)
arg2
;
objar
.
Size
=
(
pwr_tUInt32
)
arg3
;
objar
.
Flags
.
m
=
(
pwr_tBitMask
)
arg4
;
objar
.
Flags
.
m
=
(
pwr_tBitMask
)
arg4
&
0xffff
;
}
else
objar
=
cdh_ObjidToAref
(
objid
);
/* Get object name */
sts
=
gdh_AttrrefToName
(
&
objar
,
objname
,
sizeof
(
objname
),
cdh_mName_volumeStrict
);
...
...
@@ -6663,7 +6668,7 @@ int rtt_object_parameters(
0
,
&
rtt_object_parameters
,
0
,
objid
,
(
void
*
)
aref
.
Body
,
(
void
*
)
aref
.
Offset
,
(
void
*
)
aref
.
Size
,
(
void
*
)
aref
.
Flags
.
m
,
(
void
*
)
aref
.
Size
,
(
void
*
)
(
aref
.
Flags
.
m
|
RTT_ISAREF
)
,
parameter_name
,
RTT_PRIV_NO
,
parameter_ptr
-
4
,
pwr_eType_Int32
,
flags
,
4
,
pwr_cNDlid
,
0
,
0
,
0
,
0
,
...
...
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