Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
87bfd7f1
Commit
87bfd7f1
authored
Jan 15, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Improving itaVA setup version identification
parent
0f108ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/VirtualAcoustics/VA/itaVA_setup.m
View file @
87bfd7f1
...
...
@@ -95,7 +95,8 @@ end
current_natnet_dir
=
which
(
'NatNetML.dll'
);
if
~
isempty
(
current_natnet_dir
)
ainfo
=
NET
.
addAssembly
(
current_natnet_dir
);
natnetversion_raw
=
NatNetML
.
NatNetClientML
(
0
)
.
NatNetVersion
();
client
=
NatNetML
.
NatNetClientML
(
0
);
natnetversion_raw
=
client
.
NatNetVersion
;
vs
=
sprintf
(
'NatNetML (OptiTrack) %d.%d'
,
natnetversion_raw
(
1
),
natnetversion_raw
(
2
)
);
set
(
handles
.
edit_natnet_version
,
'String'
,
vs
)
end
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment