DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <vector>
#include <cstdint>
#include <boost/endian/arithmetic.hpp>
#include <boost/asio.hpp>
#include "logging/Logging.hpp"
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::tdemodules |
Functions | |
dunedaq::ERS_DECLARE_ISSUE (tdemodules, AMCProtocolIssue, prefix<< "AMCProtocolResponse: "<< text,((std::string) prefix)((std::string) text)) | |
dunedaq::ERS_DECLARE_ISSUE (tdemodules, AMCResponseErr, prefix<< "Received Error packet:"<< "\n"<< "Error code:"<< code<< "\nMessage: "<< text,((std::string) prefix)((uint16_t) code)((std::string) text)) | |
dunedaq::ERS_DECLARE_ISSUE (tdemodules, AMCUnknownOpCode, prefix<< "Unknown opcode recived: "<< opcode,((std::string) prefix)((uint16_t) opcode)) | |