Online Identifier for HGTD.
More...
#include <HGTDOnlineID.h>
Online Identifier for HGTD.
- Author
- Yassine El Ghazali
- Date
- 23 January 2026
Definition at line 16 of file HGTDOnlineID.h.
◆ anonymous enum
| Enumerator |
|---|
| INVALID_ELINK | |
| INVALID_ROD | |
| INVALID_ONLINE_ID | |
Definition at line 41 of file HGTDOnlineID.h.
◆ HGTDOnlineID() [1/3]
| HGTDOnlineID::HGTDOnlineID |
( |
| ) |
|
|
default |
◆ HGTDOnlineID() [2/3]
| HGTDOnlineID::HGTDOnlineID |
( |
const std::uint32_t | onlineId | ) |
|
◆ HGTDOnlineID() [3/3]
| HGTDOnlineID::HGTDOnlineID |
( |
const std::uint32_t | rodId, |
|
|
const std::uint32_t | elink ) |
◆ elink()
| std::uint32_t HGTDOnlineID::elink |
( |
| ) |
const |
◆ isValid()
| bool HGTDOnlineID::isValid |
( |
| ) |
const |
◆ operator<=>()
| auto HGTDOnlineID::operator<=> |
( |
const HGTDOnlineID & | other | ) |
const |
|
default |
◆ rod()
| std::uint32_t HGTDOnlineID::rod |
( |
| ) |
const |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const HGTDOnlineID & | id ) |
|
friend |
Definition at line 29 of file HGTDOnlineID.cxx.
29 {
30 os<<std::hex<<std::showbase<<
id.m_onlineId<<std::dec<<std::noshowbase;
32}
◆ m_onlineId
The documentation for this class was generated from the following files: