|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstdint>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::trgdataformats |
Typedefs | |
| using | dunedaq::trgdataformats::timestamp_t = uint64_t |
| Type used to represent DUNE timing system timestamps. | |
| using | dunedaq::trgdataformats::timestamp_diff_t = int64_t |
| Used to represent differences between timestamps. | |
| using | dunedaq::trgdataformats::detid_t = uint8_t |
| using | dunedaq::trgdataformats::trigger_number_t = uint64_t |
| Type used to represent trigger number. | |
| 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() |
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.