FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T>
void
StateMachineFAD
< T >::UpdateConnectionStatus
(
const vector< uint8_t > &
stat1
,
const vector< uint8_t > &
stat2
,
bool
thread
)
inline
private
Definition at line
1645
of file
fadctrl.cc
.
References
i
, and
DimDescribedService::Update()
.
1646
{
1647
vector<uint8_t> stat(41);
1648
1649
for
(
int
i
=0;
i
<40;
i
++)
1650
stat[
i
] = stat1[
i
]|(stat2[
i
]<<3);
1651
1652
stat[40] = thread;
1653
1654
fDimConnection
.
Update
(stat);
1655
}
i
int i
Definition:
db_dim_client.c:21
StateMachineFAD::fDimConnection
DimDescribedService fDimConnection
Definition:
fadctrl.cc:1643
DimDescribedService::Update
int Update()
Definition:
DimDescriptionService.cc:161
Here is the call graph for this function:
StateMachineFAD
Generated on Sun Sep 18 2016 20:51:00 for FACT++ by
1.8.11