FACT++  1.0
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  }
StaticDataBoard fBoard[4][10]
Definition: HeadersFTM.h:236
uint16_t fEnable[4]
Definition: HeadersFTM.h:186

+ Here is the caller graph for this function: