Removeudpcache (#65)

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* solved eiger 1-10g issue

* some fixes for remove udp cache to work

* bug fix virtual

* removed special handling of rx_udpip
This commit is contained in:
Dhanya Thattil
2019-09-30 14:46:25 +02:00
committed by GitHub
parent 6e6fcec698
commit ca054626e6
33 changed files with 1759 additions and 1379 deletions

View File

@ -1176,6 +1176,9 @@ int Beb_GetQuad() {
return Beb_quadEnable;
}
int* Beb_GetDetectorPosition() {
return Beb_positions;
}
int Beb_SetDetectorPosition(int pos[]) {
if (!Beb_activated)