FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static uint32_t ConnectionDrive::String
(
uint8_t
b0
=
0
,
uint8_t
b1
=
0
,
uint8_t
b2
=
0
,
uint8_t
b3
=
0
)
inline
static
private
Definition at line
576
of file
drivectrl.cc
.
577
{
578
return
uint32_t(b0)<<24 | uint32_t(b1)<<16 | uint32_t(b2)<<8 | uint32_t(b3);
579
}
ConnectionDrive
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11