Definition at line 274 of file StateMachineDimControl.cc.
References if(), kBlue, kGreen, kRed, kReset, and kYellow.
Referenced by RemoteControl< Shell >::PrintDescription().
276 const lock_guard<mutex> guard(
fMutex);
284 out <<
kRed <<
"----- " << *it <<
" -----" << endl << endl;
291 if (!service.empty() && is->service!=service)
294 if (is->iscmd!=iscmd)
299 out <<
" " << is->service;
300 if (!is->format.empty())
301 out <<
'[' << is->format <<
']';
306 const vector<Description> &v =
id->second;
308 for (
auto j=v.begin()+1; j!=v.end(); j++)
309 out <<
" <" << j->name <<
">";
312 if (!v[0].comment.empty())
313 out <<
" " << v[0].comment << endl;
315 for (
auto j=v.begin()+1; j!=v.end(); j++)
317 out <<
" " <<
kGreen << j->name;
318 if (!j->comment.empty())
320 if (!j->unit.empty())
321 out <<
kYellow <<
" [" << j->unit <<
"]";
std::map< std::string, std::vector< Description > > fServiceDescriptionList
std::set< Service > fServiceList
std::set< std::string > fServerList