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

Definition at line 298 of file HeadersFTM.h.

Referenced by ConnectionFTM::CheckConsistency(), and ConnectionFTM::Enable().

299  {
300  if (enable)
301  fGeneralSettings |= uint16_t(type);
302  else
303  fGeneralSettings &= ~uint16_t(type);
304  }
uint16_t fGeneralSettings
Definition: HeadersFTM.h:217
int type

+ Here is the caller graph for this function: