FACT++  1.0
ConnectionGCN::ConnectionGCN ( ba::io_service &  ioservice,
MessageImp imp 
)
inline

Definition at line 359 of file gcn.cc.

References GCN::kTypes, and GCN::PaketType_t::type.

359  : Connection(ioservice, imp()),
361  {
362  SetLogStream(&imp);
363 
364  for (auto it=GCN::kTypes; it->type>0; it++)
365  fTypes[it->type] = *it;
366  }
map< uint16_t, GCN::PaketType_t > fTypes
Definition: gcn.cc:33
static const PaketType_t kTypes[]
Definition: HeadersGCN.h:24
bool fDebugRx
Definition: gcn.cc:39
bool fIsVerbose
Definition: gcn.cc:38
Time fLastKeepAlive
Definition: gcn.cc:44
Do not initialize the time.
Definition: Time.h:51