jf_packet.h: renamed, moved to jungfrau/, and slightly refactored

This commit is contained in:
2023-04-07 10:00:07 +02:00
parent 32f9bb4973
commit f44cb55252
12 changed files with 30 additions and 54 deletions

View File

@@ -4,7 +4,7 @@
#include <catch2/catch.hpp>
#include "../jungfrau/ProcessJFPacket.h"
#include "../receiver/host/RawJFUDPPacket.h"
#include "../jungfrau/jf_packet.h"
#include "../common/DiffractionExperiment.h"
TEST_CASE("ProcessRawPacketTest_Empty") {
@@ -31,7 +31,7 @@ TEST_CASE("ProcessRawPacketTest") {
{
ProcessJFPacket process(c_fifo, wr_fifo, 4);
jf_payload datagram;
jf_udp_payload datagram;
datagram.packetnum = 36;
datagram.framenum = 1;