ATLAS Offline Software
Loading...
Searching...
No Matches
NswDcsDbData::TDaqConstants Struct Reference

#include <NswDcsDbData.h>

Collaboration diagram for NswDcsDbData::TDaqConstants:

Public Member Functions

bool operator< (const NswDcsDbData::TDaqConstants &other) const

Public Attributes

uint64_t timeSince {0}
uint64_t timeUntil {0}
unsigned int elink {0}
bool permanentlyDisabled {false}

Detailed Description

Definition at line 32 of file NswDcsDbData.h.

Member Function Documentation

◆ operator<()

bool NswDcsDbData::TDaqConstants::operator< ( const NswDcsDbData::TDaqConstants & other) const
inline

Definition at line 37 of file NswDcsDbData.h.

37 {
38 if(elink != other.elink) return elink < other.elink;
39 return timeUntil < other.timeSince;
40 }

Member Data Documentation

◆ elink

unsigned int NswDcsDbData::TDaqConstants::elink {0}

Definition at line 35 of file NswDcsDbData.h.

35{0};

◆ permanentlyDisabled

bool NswDcsDbData::TDaqConstants::permanentlyDisabled {false}

Definition at line 36 of file NswDcsDbData.h.

36{false};

◆ timeSince

uint64_t NswDcsDbData::TDaqConstants::timeSince {0}

Definition at line 33 of file NswDcsDbData.h.

33{0};

◆ timeUntil

uint64_t NswDcsDbData::TDaqConstants::timeUntil {0}

Definition at line 34 of file NswDcsDbData.h.

34{0};

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