FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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()),
360
fIsVerbose
(
false
),
fDebugRx
(
false
),
fLastKeepAlive
(
Time::none
)
361
{
362
SetLogStream(&imp);
363
364
for
(
auto
it=
GCN::kTypes
; it->
type
>0; it++)
365
fTypes
[it->type] = *it;
366
}
ConnectionGCN::fTypes
map< uint16_t, GCN::PaketType_t > fTypes
Definition:
gcn.cc:33
GCN::PaketType_t::type
int16_t type
Definition:
HeadersGCN.h:19
GCN::kTypes
static const PaketType_t kTypes[]
Definition:
HeadersGCN.h:24
ConnectionGCN::fDebugRx
bool fDebugRx
Definition:
gcn.cc:39
ConnectionGCN::fIsVerbose
bool fIsVerbose
Definition:
gcn.cc:38
ConnectionGCN::fLastKeepAlive
Time fLastKeepAlive
Definition:
gcn.cc:44
Time::none
Do not initialize the time.
Definition:
Time.h:51
ConnectionGCN
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11