Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
809f886c
Commit
809f886c
authored
2 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
printinfocommon -> printinfo
parent
c5208d76
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
classes/SCDclass_mdswg.m
+1
-1
1 addition, 1 deletion
classes/SCDclass_mdswg.m
classes/SCDclass_mdswgsigarray1.m
+1
-1
1 addition, 1 deletion
classes/SCDclass_mdswgsigarray1.m
classes/SCDclass_mdswgsigsingle.m
+1
-1
1 addition, 1 deletion
classes/SCDclass_mdswgsigsingle.m
with
3 additions
and
3 deletions
classes/SCDclass_mdswg.m
+
1
−
1
View file @
809f886c
...
...
@@ -82,7 +82,7 @@ classdef SCDclass_mdswg < matlab.mixin.Heterogeneous
assert
(
s
==
shot
,
str
);
end
function
printinfo
common
(
obj
)
function
printinfo
(
obj
)
fprintf
(
'%s (class %s):\n'
,
obj
.
gettargetwavegen
,
obj
.
classname
);
fprintf
(
' Simulink model:
''
%s
''
\n'
,
obj
.
modelname
);
fprintf
(
' MDS+ source server:
''
%s
''
, Tree:
''
%s
''
\n'
,
obj
.
mdsserver
,
obj
.
mdstree
);
...
...
This diff is collapsed.
Click to expand it.
classes/SCDclass_mdswgsigarray1.m
+
1
−
1
View file @
809f886c
...
...
@@ -140,7 +140,7 @@ classdef SCDclass_mdswgsigarray1 < SCDclass_mdswg
end
function
printinfo
(
obj
)
obj
.
printinfo
common
;
printinfo
@
SCDclass_mdswg
(
obj
)
;
if
(
obj
.
srcstartidx
~=
obj
.
deststartidx
||
obj
.
srcstopidx
~=
obj
.
deststopidx
)
fprintf
(
' Remapping: source interval [%d,%d] remapped into dest. interval [%d,%d]\n'
,
obj
.
srcstartidx
,
obj
.
srcstopidx
,
obj
.
deststartidx
,
obj
.
deststopidx
);
end
...
...
This diff is collapsed.
Click to expand it.
classes/SCDclass_mdswgsigsingle.m
+
1
−
1
View file @
809f886c
...
...
@@ -115,7 +115,7 @@ classdef SCDclass_mdswgsigsingle < SCDclass_mdswg
end
function
printinfo
(
obj
)
obj
.
printinfo
common
;
printinfo
@
SCDclass_mdswg
(
obj
)
;
if
(
obj
.
destidx
~=
1
)
fprintf
(
' Remapping: destination signal index is %d\n'
,
obj
.
destidx
);
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment