FACT++  1.0
virtual void ConnectionFTM::UpdateError ( )
inlineprotectedvirtual

Reimplemented in ConnectionDimFTM.

Definition at line 116 of file ftmctrl.cc.

References fError, and kRed.

Referenced by ConnectionDimFTM::UpdateError().

117  {
118  if (!fIsVerbose)
119  return;
120 
121  Out() << endl << kRed << "Error received:" << endl;
122  Out() << fError;
123  if (fIsHexOutput)
124  Out() << Converter::GetHex<uint16_t>(fError, 16) << endl;
125  }
bool fIsVerbose
Definition: ftmctrl.cc:44
FTM::Error fError
Definition: ftmctrl.cc:55
Set color Red.
Definition: WindowLog.h:17
bool fIsHexOutput
Definition: ftmctrl.cc:46

+ Here is the caller graph for this function: