FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FTM::StaticData::EnablePatch
(
int
idx
,
bool
enable
)
inline
Definition at line
324
of file
HeadersFTM.h
.
325
{
326
const
int
patch = idx%4;
327
const
int
board = idx/4;
328
329
fBoard
[board/10][board%10].
fEnable
[patch] = enable ? 0x1ff : 0;
330
}
FTM::StaticData::fBoard
StaticDataBoard fBoard[4][10]
Definition:
HeadersFTM.h:236
FTM::StaticDataBoard::fEnable
uint16_t fEnable[4]
Definition:
HeadersFTM.h:169
FTM
StaticData
Generated on Sun Sep 18 2016 20:51:05 for FACT++ by
1.8.11