mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 01:27:59 +02:00
udp_firstdst for jungfrau
This commit is contained in:
@ -388,6 +388,8 @@ int getNumberofUDPInterfaces();
|
||||
#ifdef JUNGFRAUD
|
||||
int getNumberofDestinations();
|
||||
void setNumberofDestinations(int value);
|
||||
int getFirstUDPDestination();
|
||||
void setFirstUDPDestination(int value);
|
||||
void selectPrimaryInterface(int val);
|
||||
int getPrimaryInterface();
|
||||
void setupHeader(int iRxEntry, enum interfaceType type, uint32_t destip,
|
||||
|
@ -272,4 +272,6 @@ int set_module_id(int);
|
||||
int get_dest_udp_list(int);
|
||||
int set_dest_udp_list(int);
|
||||
int get_num_dest_list(int);
|
||||
int set_num_dest_list(int);
|
||||
int set_num_dest_list(int);
|
||||
int get_udp_first_dest(int);
|
||||
int set_udp_first_dest(int);
|
Reference in New Issue
Block a user