DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
uhallibs::Flx::HexTo< T > Struct Template Reference

Public Member Functions

 operator T () const
 

Public Attributes

value
 

Friends

std::istream & operator>> (std::istream &in, HexTo &out)
 

Detailed Description

template<typename T>
struct uhallibs::Flx::HexTo< T >

Definition at line 152 of file ProtocolFlx.hpp.

Member Function Documentation

◆ operator T()

template<typename T >
uhallibs::Flx::HexTo< T >::operator T ( ) const
inline

Definition at line 154 of file ProtocolFlx.hpp.

154{return value;}

Friends And Related Symbol Documentation

◆ operator>>

template<typename T >
std::istream & operator>> ( std::istream & in,
HexTo< T > & out )
friend

Definition at line 155 of file ProtocolFlx.hpp.

156 {
157 in >> std::hex >> out.value;
158 return in;
159 }
FELIX Initialization std::string initerror FELIX queue timed out

Member Data Documentation

◆ value

template<typename T >
T uhallibs::Flx::HexTo< T >::value

Definition at line 153 of file ProtocolFlx.hpp.


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