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.

Classes

class  dunedaq::daqdataformats::TypeDefaults
 Default values for daqdataformats types. More...
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::daqdataformats
 

Typedefs

using dunedaq::daqdataformats::run_number_t = uint32_t
 Type used to represent run number.
 
using dunedaq::daqdataformats::trigger_number_t = uint64_t
 Type used to represent trigger number.
 
using dunedaq::daqdataformats::fragment_type_t = uint32_t
 Type used to represent Fragment type ID.
 
using dunedaq::daqdataformats::fragment_size_t = uint64_t
 Type used to represent Fragment size.
 
using dunedaq::daqdataformats::timestamp_t = uint64_t
 Type used to represent DUNE timing system timestamps.
 
using dunedaq::daqdataformats::timestamp_diff_t = int64_t
 Used to represent differences between timestamps.
 
using dunedaq::daqdataformats::trigger_type_t = uint64_t
 Type used to represent Trigger Decision trigger types.
 
using dunedaq::daqdataformats::sequence_number_t = uint16_t
 Type used to represent sequence within a trigger record.
 
using dunedaq::daqdataformats::timeslice_number_t = uint64_t
 Type used to represent timeslice number.
 

Detailed Description

Types used in Data Structures

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.