Definition at line 230 of file StateMachineDimControl.cc.
References kBlue, kBold, kRed, kReset, and kYellow.
Referenced by RemoteControl< Shell >::PrintStates().
232 const lock_guard<mutex> guard(
fMutex);
240 out <<
kRed <<
"----- " << *it <<
" -----" << endl;
245 const string &server = is->first.first;
250 const int32_t &state = is->first.second;
251 const string &name = is->second.first;
252 const string &comment = is->second.second;
254 out <<
kBold << setw(5) << state <<
kReset <<
": ";
256 if (!comment.empty())
257 out <<
kBlue <<
" (" << comment <<
")";
264 out <<
" <no states>" << endl;
std::map< std::pair< std::string, int32_t >, std::pair< std::string, std::string > > fStateDescriptionList
std::set< std::string > fServerList