jf_packet.h: renamed, moved to jungfrau/, and slightly refactored
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user