FACT++  1.0
bool ConnectionDrive::IsInitialized ( ) const
inline

Definition at line 1303 of file drivectrl.cc.

1304  {
1305  // All important information has been successfully requested from the
1306  // SPS and the power control units are in RF (Regler freigegeben)
1307  return fIsInitialized[0] && fIsInitialized[1];
1308  }
bool fIsInitialized[2]
Definition: drivectrl.cc:1152