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

Definition at line 523 of file HeadersFTM.h.

References ntohcpy(), Reverse(), and reverse().

524  {
525  ntohcpy(vec, *this);
526 
528 
529  for (int c=0; c<4; c++)
530  for (int b=0; b<10; b++)
531  fBoard[c][b].reverse();
532  }
uint64_t fOnTimeCounter
Definition: HeadersFTM.h:503
DynamicDataBoard fBoard[4][10]
Definition: HeadersFTM.h:506
void Reverse(T *t)
Definition: ByteOrder.h:130
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: