moench: get zmq goes to the receiver instead of shm, setand get threshold energey updates zmq and shm value, setand get roi anyways goes to the ddetector, so only updates zmq or gets it from rxr

This commit is contained in:
2019-02-25 12:57:44 +01:00
parent 4c7a9cd838
commit 966896b942
4 changed files with 73 additions and 4 deletions

View File

@ -253,6 +253,9 @@ class slsReceiverTCPIPInterface : private virtual slsDetectorDefs {
/** set additional json header */
int set_additional_json_header();
/** get additional json header */
int get_additional_json_header();
/** set udp socket buffer size */
int set_udp_socket_buffer_size();