Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
6618bb25
Unverified
Commit
6618bb25
authored
Jun 07, 2020
by
Aaron Wyatt
Committed by
GitHub
Jun 07, 2020
Browse files
Update UdpDataProtocol.cpp
Removed experimental version warning
parent
c6ecf483
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UdpDataProtocol.cpp
View file @
6618bb25
...
...
@@ -431,7 +431,7 @@ void UdpDataProtocol::run()
// Set realtime priority (function in jacktrip_globals.h)
if
(
gVerboseFlag
)
std
::
cout
<<
" UdpDataProtocol:run"
<<
mRunMode
<<
" before setRealtimeProcessPriority()"
<<
std
::
endl
;
std
::
cout
<<
"Experimental version -- not using setRealtimeProcessPriority()"
<<
std
::
endl
;
//
std::cout << "Experimental version -- not using setRealtimeProcessPriority()" << std::endl;
//setRealtimeProcessPriority();
/////////////////////
...
...
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