mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
wip
This commit is contained in:
@ -502,14 +502,9 @@ typedef struct {
|
||||
uint32_t ip2_{};
|
||||
uint64_t mac_{};
|
||||
uint64_t mac2_{};
|
||||
udpDestination() {}
|
||||
udpDestination(uint32_t entry, uint32_t port, uint32_t ip, uint64_t mac)
|
||||
: entry_(entry), port_(port), ip_(ip), mac_(mac) {}
|
||||
udpDestination(uint32_t entry, uint32_t port, uint32_t ip, uint64_t mac,
|
||||
uint32_t port2)
|
||||
: entry_(entry), port_(port), port2_(port2), ip_(ip), mac_(mac) {}
|
||||
udpDestination(uint32_t entry, uint32_t port, uint32_t ip, uint64_t mac,
|
||||
uint32_t port2, uint32_t ip2, uint64_t mac2)
|
||||
udpDestination() {}
|
||||
udpDestination(uint32_t entry, uint32_t port = 0, uint32_t ip = 0, uint64_t mac = 0,
|
||||
uint32_t port2 = 0, uint32_t ip2 = 0, uint64_t mac2 = 0)
|
||||
: entry_(entry), port_(port), port2_(port2), ip_(ip), ip2_(ip2),
|
||||
mac_(mac), mac2_(mac2) {}
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
|
||||
|
||||
#define APICTB 0x210826
|
||||
#define APIGOTTHARD 0x210826
|
||||
#define APIGOTTHARD2 0x210826
|
||||
#define APIJUNGFRAU 0x210826
|
||||
#define APIMYTHEN3 0x210826
|
||||
#define APIEIGER 0x210827
|
||||
#define APICTB 0x210827
|
||||
#define APIGOTTHARD 0x210827
|
||||
#define APIGOTTHARD2 0x210827
|
||||
#define APIJUNGFRAU 0x210827
|
||||
#define APIMYTHEN3 0x210827
|
||||
#define APIMOENCH 0x210826
|
||||
#define APIEIGER 0x210826
|
||||
|
Reference in New Issue
Block a user