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

Definition at line 644 of file HeadersFTM.h.

References fFTU, htoncpy(), and FTM::FtuResponse::reverse().

Referenced by tcp_connection::HandleReceivedData().

645  {
646  FtuList d(*this);
647 
648  for (int c=0; c<4; c++)
649  for (int b=0; b<10; b++)
650  d.fFTU[c][b].reverse();
651 
652  return htoncpy(d);
653  }
std::vector< uint16_t > htoncpy(const S &s)
Definition: ByteOrder.h:72

+ Here is the call graph for this function:

+ Here is the caller graph for this function: