FACT++  1.0
bool ConnectionFTM::ToggleFTU ( uint32_t  board)
inline

Definition at line 883 of file ftmctrl.cc.

References data, and FTM::StaticData::ToggleFTU().

884  {
885  if (board>39)
886  return false;
887 
889 
890  data.ToggleFTU(board);
891 
892  // Maybe move to a "COMMIT" command?
894 
895  return true;
896  }
FTM::StaticData fBufStaticData
Definition: ftmctrl.cc:57
float data[4 *1440]
void CmdSendStatDat(const FTM::StaticData &data)
Definition: ftmctrl.cc:510

+ Here is the call graph for this function: