FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FTM::StaticData::EnableLPint
(
LightPulserEnable
group
,
bool
enable
)
inline
Definition at line
280
of file
HeadersFTM.h
.
Referenced by
ConnectionFTM::EnableLP()
.
281
{
282
if
(enable)
283
fEnableLPint
|= group;
284
else
285
fEnableLPint
&= ~group;
286
}
FTM::StaticData::fEnableLPint
uint8_t fEnableLPint
Intensity of LEDs (0-127)
Definition:
HeadersFTM.h:224
Here is the caller graph for this function:
FTM
StaticData
Generated on Sun Sep 18 2016 20:51:05 for FACT++ by
1.8.11