FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool ConnectionDrive::HasError
(
)
const
inline
Definition at line
1310
of file
drivectrl.cc
.
1311
{
1312
const
uint8_t typ0 =
fErrCode
[0]>>16;
1313
const
uint8_t typ1 =
fErrCode
[1]>>16;
1314
return
typ0==0xe || typ0==0xf || typ1==0xe || typ1==0xf;
1315
}
ConnectionDrive::fErrCode
uint32_t fErrCode[2]
Definition:
drivectrl.cc:585
ConnectionDrive
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11