FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FTM::FtuList::operator=
(
const std::vector< uint16_t > &
vec
)
inline
Definition at line
655
of file
HeadersFTM.h
.
References
ntohcpy()
, and
reverse()
.
656
{
657
ntohcpy
(vec, *
this
);
658
659
for
(
int
c=0; c<4; c++)
660
for
(
int
b=0; b<10; b++)
661
fFTU
[c][b].
reverse
();
662
}
FTM::FtuList::fFTU
FtuResponse fFTU[4][10]
List of active FTU boards in crate 0-3.
Definition:
HeadersFTM.h:640
reverse
void reverse()
Definition:
HeadersFTM.h:194
ntohcpy
void ntohcpy(const std::vector< uint16_t > &vec, S &s)
Definition:
ByteOrder.h:62
Here is the call graph for this function:
FTM
FtuList
Generated on Sun Sep 18 2016 20:51:05 for FACT++ by
1.8.11