FACT++  1.0
void FTM::FtuList::operator= ( const std::vector< uint16_t > &  vec)
inline

Definition at line 655 of file HeadersFTM.h.

References ntohcpy(), and reverse().

656  {
657  ntohcpy(vec, *this);
658 
659  for (int c=0; c<4; c++)
660  for (int b=0; b<10; b++)
661  fFTU[c][b].reverse();
662  }
FtuResponse fFTU[4][10]
List of active FTU boards in crate 0-3.
Definition: HeadersFTM.h:640
void reverse()
Definition: HeadersFTM.h:194
void ntohcpy(const std::vector< uint16_t > &vec, S &s)
Definition: ByteOrder.h:62

+ Here is the call graph for this function: