FACT++  1.0
void ConnectionFTM::Enable ( FTM::StaticData::GeneralSettings  type,
bool  enable 
)
inline

Definition at line 941 of file ftmctrl.cc.

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

942  {
943  //if (fStaticData.IsEnabled(type)==enable)
944  // return;
945 
947  data.Enable(type, enable);
949  }
FTM::StaticData fBufStaticData
Definition: ftmctrl.cc:57
int type
float data[4 *1440]
void CmdSendStatDat(const FTM::StaticData &data)
Definition: ftmctrl.cc:510

+ Here is the call graph for this function: