DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Types.hpp File Reference
#include <cstdint>
#include <limits>
Include dependency graph for Types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::trgdataformats
 

Typedefs

using dunedaq::trgdataformats::detid_t = uint8_t
 
using dunedaq::trgdataformats::channel_t = uint32_t
 
using dunedaq::trgdataformats::channel_diff_t = int32_t
 
using dunedaq::trgdataformats::version_t = uint8_t
 

Variables

constexpr timestamp_t dunedaq::trgdataformats::INVALID_TIMESTAMP = std::numeric_limits<timestamp_t>::max()
 
constexpr uint16_t dunedaq::trgdataformats::INVALID_SAMPLES_OVER_THRESHOLD = std::numeric_limits<uint16_t>::max()
 
constexpr uint16_t dunedaq::trgdataformats::INVALID_SAMPLES_TO_PEAK = std::numeric_limits<uint16_t>::max()
 
constexpr detid_t dunedaq::trgdataformats::INVALID_DETID = std::numeric_limits<detid_t>::max()
 
constexpr detid_t dunedaq::trgdataformats::WHOLE_DETECTOR = INVALID_DETID - 1
 
constexpr trigger_number_t dunedaq::trgdataformats::INVALID_TRIGGER_NUMBER = std::numeric_limits<trigger_number_t>::max()
 
constexpr channel_t dunedaq::trgdataformats::INVALID_CHANNEL = std::numeric_limits<channel_t>::max()
 
constexpr uint32_t dunedaq::trgdataformats::INVALID_TP_CHANNEL = 0xFFFFFF
 
constexpr version_t dunedaq::trgdataformats::INVALID_VERSION = std::numeric_limits<version_t>::max()
 

Detailed Description

This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file Types.hpp.