mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
started the basics for sending every nth frame from receiver to gui.incomplete and will be implemented later
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@506 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -1581,6 +1581,13 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
|
||||
/** sets the receiver udp port \sa sharedSlsDetector */
|
||||
int setReceiverUDPPort(int udpport);
|
||||
|
||||
/** Sets the variable readRxrFrequency.
|
||||
if Receiver read upon gui request, readRxrFrequency=0,
|
||||
else every nth frame to be sent to gui
|
||||
/returns read receiver frequency
|
||||
*/
|
||||
int setReadReceiverFrequency(int i=-1);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user