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
ef22df38
Commit
ef22df38
authored
Feb 17, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug on some objects added
parent
7e943fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/lib/rt/src/rt_rtt_command.c
src/lib/rt/src/rt_rtt_command.c
+5
-0
No files found.
src/lib/rt/src/rt_rtt_command.c
View file @
ef22df38
...
...
@@ -5488,6 +5488,7 @@ int rtt_debug_object_add(
case
pwr_cClass_Ii
:
case
pwr_cClass_Io
:
case
pwr_cClass_Iv
:
case
pwr_cClass_Sv
:
strcpy
(
parname
,
"ActualValue"
);
break
;
case
pwr_cClass_ChanDi
:
...
...
@@ -5744,6 +5745,8 @@ int rtt_debug_child_add(
{
case
pwr_cClass_Dv
:
case
pwr_cClass_Av
:
case
pwr_cClass_Iv
:
case
pwr_cClass_Sv
:
strcpy
(
parname
,
"ActualValue"
);
strcat
(
full_parname
,
parname
);
break
;
...
...
@@ -5753,6 +5756,8 @@ int rtt_debug_child_add(
case
pwr_cClass_Ai
:
case
pwr_cClass_Ao
:
case
pwr_cClass_Co
:
case
pwr_cClass_Io
:
case
pwr_cClass_Ii
:
if
(
class
==
pwr_cClass_Co
)
strcpy
(
parname
,
"AbsValue"
);
else
...
...
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