All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
daq::PMTDecoder::SplitTimestamp_t::Split_t Struct Reference

Public Attributes

int seconds = std::numeric_limits<int>::min()
 
unsigned int nanoseconds = std::numeric_limits<unsigned int>::max()
 Nanoseconds from the start of current second. More...
 

Detailed Description

Definition at line 289 of file PMTDecoder_tool.cc.

Member Data Documentation

unsigned int daq::PMTDecoder::SplitTimestamp_t::Split_t::nanoseconds = std::numeric_limits<unsigned int>::max()

Nanoseconds from the start of current second.

Definition at line 292 of file PMTDecoder_tool.cc.

int daq::PMTDecoder::SplitTimestamp_t::Split_t::seconds = std::numeric_limits<int>::min()

The ongoing second.

Definition at line 290 of file PMTDecoder_tool.cc.


The documentation for this struct was generated from the following file: