FACT++  1.0
std::vector<uint16_t> FTM::DynamicData::HtoN ( ) const
inline

Definition at line 510 of file HeadersFTM.h.

References fBoard, fOnTimeCounter, htoncpy(), Reverse(), and FTM::DynamicDataBoard::reverse().

Referenced by tcp_connection::SendDynamicData().

511  {
512  DynamicData d(*this);
513 
514  Reverse(&d.fOnTimeCounter);
515 
516  for (int c=0; c<4; c++)
517  for (int b=0; b<10; b++)
518  d.fBoard[c][b].reverse();
519 
520  return htoncpy(d);
521  }
std::vector< uint16_t > htoncpy(const S &s)
Definition: ByteOrder.h:72
void Reverse(T *t)
Definition: ByteOrder.h:130

+ Here is the call graph for this function:

+ Here is the caller graph for this function: