Issues.00558 - lordmundi/wikidoctest GitHub Wiki
00558: simdata should check the sim rt cycle and warn if it is too slow
Summary: simdata should check the sim rt cycle and warn if it is too slow
Created: 2015–12–09 13:50
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
When connecting to a live simulation, the simdata plugin/gui lets the user specify a rate at which to get the cyclic data. If this rate is lower than the realtime frame rate of the sim, then the data will not come to the graphics as fast as the user has specified.
This is a request to have the simdata check this condition (only once, not cyclically) and warn the user if this occurs.
Comments
Associated Commits
| commit | a154d961c9f3d82e610a6759b69b982a628d0773
link5 |
||
| Author: | Alex Lin
|
| Date: | Thu Mar 9 17:34:44 2017 -0600
|
| Message: | [@Issue 00558: DSF_LogStatusQ does not work on the Mac.
Changed the calls in PixelStream away from using DSF_LogStatusQ and the others. Added a makefile rule to link dsp_pixelstream.so to PixelStream.so. @] |
Affected Files:
src.dist/plugins/PixelStream/plugin/Makefile | 5 +++±
src.dist/plugins/PixelStream/plugin/PixelStream.cc | 17 ++++++++±-------
2 files changed, 13 insertions(+), 9 deletions(-)
| commit | fb710299a6bc8850ee3f760e3133d508356532d6
link6 |
||
| Author: | Alex Lin
|
| Date: | Fri Jan 13 10:48:04 2017 -0600
|
| Message: | [@Issue 00558: Add variable server real time frame check.
Added a check to check the real time frame of the sim. If the time is shorter than the requested update rate we print an error. @] |
Affected Files:
src.dist/plugins/common/libtvs/vsclientconnector.cpp | 10 ++++++++++
src.dist/plugins/common/libtvs/vsclientconnector.hh | 3 +++
src.dist/plugins/common/libtvs/vsclientimpl.cpp | 18 ++++++++++++++++±
src.dist/plugins/common/libtvs/vsclientimpl.hh | 3 +++
4 files changed, 33 insertions(+), 1 deletion(-)