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
391ddd4b
Commit
391ddd4b
authored
Feb 26, 2009
by
Claes pwr46/data0/x4-6-0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trace analyse node width ajusted
parent
28c02a15
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/rt/src/rt_trace.cpp
src/lib/rt/src/rt_trace.cpp
+2
-2
No files found.
src/lib/rt/src/rt_trace.cpp
View file @
391ddd4b
...
...
@@ -1269,13 +1269,13 @@ int RtTrace::trace_start()
/* Create node and con classes for trace */
if
(
!
trace_analyse_nc
)
{
f_width
=
4
*
GOEN_F_GRID
;
f_width
=
4
.5
*
GOEN_F_GRID
;
f_height
=
GOEN_F_GRID
;
flow_CreateNodeClass
(
flow_ctx
,
"TraceNode"
,
flow_eNodeGroup_Trace
,
&
trace_analyse_nc
);
flow_AddRect
(
trace_analyse_nc
,
0
,
0
,
f_width
,
f_height
,
flow_eDrawType_Line
,
1
,
flow_mDisplayLevel_1
);
flow_AddAnnot
(
trace_analyse_nc
,
f_width
/
8
,
0.8
*
f_height
,
0
,
flow_AddAnnot
(
trace_analyse_nc
,
0.07
*
f_width
,
0.75
*
f_height
,
0
,
flow_eDrawType_TextHelvetica
,
3
,
flow_eAnnotType_OneLine
,
flow_mDisplayLevel_1
);
flow_AddConPoint
(
trace_analyse_nc
,
0
,
0.5
*
f_height
,
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