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

Definition at line 249 of file HeadersFTM.h.

References fClockConditioner, htoncpy(), i, and Reverse().

Referenced by ConnectionFTM::CmdSendStatDat(), and tcp_connection::SendStaticData().

250  {
251  StaticData d(*this);
252  for (int i=0; i<8; i++)
253  Reverse(d.fClockConditioner+i);
254 
255  return htoncpy(d);
256  }
std::vector< uint16_t > htoncpy(const S &s)
Definition: ByteOrder.h:72
int i
Definition: db_dim_client.c:21
void Reverse(T *t)
Definition: ByteOrder.h:130

+ Here is the call graph for this function:

+ Here is the caller graph for this function: