42 BOOST_THROW_EXCEPTION(std::invalid_argument(
"unrecognized ReportFormat '" + s +
"'"));
54 return os << static_cast<int>(fmt);
60 Controller controller(face, keyChain, validator);
61 uint32_t errorCode = 0;
63 for (
size_t i = 0; i <
sections.size(); ++i) {
68 [i, &errorCode] (uint32_t code,
const std::string& reason) {
69 errorCode = i * 1000000 + code;
74 this->processEvents(face);
79 StatusReport::processEvents(Face& face)
88 for (
const unique_ptr<Module>& module :
sections) {
89 module->formatStatusXml(os);
97 for (
const unique_ptr<Module>& module :
sections) {
98 module->formatStatusText(os);
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...