Add comment to JF udp recv

This commit is contained in:
2021-07-02 13:29:25 +02:00
parent f80fa1ca3a
commit 64fa0a3140
+1
View File
@@ -47,6 +47,7 @@ int main (int argc, char *argv[]) {
auto socket = bind_socket(ctx, config.detector_name, to_string(module_id));
ModuleFrame meta;
// TODO: This will not work. Only if Eiger sends in 16 bit. Use MODULE_N_PIXELS * bit_depth / 8
char* data = new char[MODULE_N_BYTES];
uint64_t pulse_id_previous = 0;