FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool FTM::StaticData::Enabled
(
uint16_t
idx
)
const
inline
Definition at line
340
of file
HeadersFTM.h
.
Referenced by
ConnectionFTM::TogglePixel()
.
341
{
342
const
int
pixel = idx%9;
343
const
int
patch = (idx/9)%4;
344
const
int
board = (idx/9)/4;
345
346
return
(
fBoard
[board/10][board%10].
fEnable
[patch]>>pixel)&1;
347
}
FTM::StaticData::fBoard
StaticDataBoard fBoard[4][10]
Definition:
HeadersFTM.h:236
fEnable
uint16_t fEnable[4]
Definition:
HeadersFTM.h:186
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