INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
subhealth.h Convenience class which allows feedback on the health of a subsystem. Definition: subhealth.h:39 std::string name() const Returns subsystem's name. Definition: subhealth.h:66 SubHealth(Status &sysStatus, const std::string &subsysName) Definition: subhealth.h:45 void ok(const std::string &message="") Passes this information to the system Status. Definition: subhealth.h:57 void warning(const std::string &message) Passes this information to the system Status. Definition: subhealth.h:60 void critical(const std::string &message) Passes this information to the system Status. Definition: subhealth.h:63 void message(const std::string &message) Passes this information to the system Status. Definition: subhealth.h:54 void heartbeat() Passes this information to the system Status. Definition: subhealth.h:51 |