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

Definition at line 1326 of file biasctrl.cc.

References kBold.

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

1327  {
1328  Out() << endl << kBold << dec << '\n';
1329  Out() << "fWrapCounter = " << fWrapCounter << '\n';
1330  Out() << "fSendCounter = " << fSendCounter%8 << " (" << fSendCounter << ")" << '\n';
1331  Out() << "fIsInitializing = " << fIsInitializing << '\n';
1332  Out() << "fIsRamping = " << fIsRamping << '\n';
1333  Out() << "Answer counter:" << '\n';
1334  Out() << " - Synchronization: " << fCounter[0] << '\n';
1335  Out() << " - Reset: " << fCounter[1] << '\n';
1336  Out() << " - Request update: " << fCounter[2] << '\n';
1337  Out() << " - Ramp step: " << fCounter[3] << '\n';
1338  Out() << " - Read: " << fCounter[4] << '\n';
1339  Out() << " - Reset channels: " << fCounter[5] << '\n';
1340  Out() << " - Global set: " << fCounter[7] << '\n';
1341  Out() << " - Channel set: " << fCounter[6] << '\n' << endl;
1342  }
vector< uint64_t > fCounter
Definition: biasctrl.cc:63
int64_t fWrapCounter
Definition: biasctrl.cc:47
int64_t fSendCounter
Definition: biasctrl.cc:48
bool fIsRamping
Definition: biasctrl.cc:60
int fIsInitializing
Definition: biasctrl.cc:59
std::ostream & Out()
Definition: ConnectionUSB.h:47
Set attribute Bold.
Definition: WindowLog.h:36

+ Here is the caller graph for this function: