Skip to content

Commit

Permalink
fixing typo fdreadout-->fdreadoutlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengfei Ding committed Nov 15, 2021
1 parent 6962715 commit cb67a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/anlBoard/DeviceInterface.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define SSPMODULES_SRC_ANLBOARD_DEVICEINTERFACE_CXX_

#include "appfwk/app/Nljs.hpp"
#include "fdreadout/FDReadoutTypes.hpp"
#include "fdreadoutlibs/FDReadoutTypes.hpp"
#include "sspmodules/sspcardreader/Nljs.hpp"

#include "DeviceInterface.hpp"
Expand Down Expand Up @@ -284,7 +284,7 @@ dunedaq::sspmodules::DeviceInterface::HardwareReadLoop()
// Push event onto deque. //
/////////////////////////////////////////////////////////

dunedaq::fdreadout::types::SSP_FRAME_STRUCT sspfs;
dunedaq::fdreadoutlibs::types::SSP_FRAME_STRUCT sspfs;
sspfs.header = newPacket.header;
// memcpy();
memcpy(sspfs.data, newPacket.data.data(), newPacket.data.size());
Expand Down
2 changes: 1 addition & 1 deletion src/anlBoard/DeviceInterface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DeviceInterface{
public:

// RS: queues here... I know...
using sink_t = dunedaq::appfwk::DAQSink<dunedaq::fdreadout::types::SSP_FRAME_STRUCT>;
using sink_t = dunedaq::appfwk::DAQSink<dunedaq::fdreadoutlibs::types::SSP_FRAME_STRUCT>;
std::map<unsigned, std::unique_ptr<sink_t>> m_sink_queues;


Expand Down

0 comments on commit cb67a53

Please sign in to comment.