FACT++  1.0
void ConnectionBias::RampStart ( )
inline

Definition at line 1196 of file biasctrl.cc.

Referenced by StateMachineBias< T, S >::StateMachineBias().

1197  {
1198  if (fIsRamping)
1199  {
1200  Warn("RampStart - Ramping already in progress... ignored.");
1201  return;
1202  }
1203 
1204  fIsRamping = RampOneStep();
1205  }
bool RampOneStep()
Definition: biasctrl.cc:759
int Warn(const std::string &str)
Definition: MessageImp.h:48
bool fIsRamping
Definition: biasctrl.cc:60

+ Here is the caller graph for this function: