FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FTM::StaticData::EnableLPext
(
LightPulserEnable
group
,
bool
enable
)
inline
Definition at line
288
of file
HeadersFTM.h
.
Referenced by
ConnectionFTM::EnableLP()
.
289
{
290
if
(enable)
291
fEnableLPext
|= group;
292
else
293
fEnableLPext
&= ~group;
294
}
FTM::StaticData::fEnableLPext
uint8_t fEnableLPext
Intensity of LEDs (0-127)
Definition:
HeadersFTM.h:222
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