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:40 std::string name() const Returns subsystem's name. Definition subhealth.h:66 SubHealth(Status &sysStatus, const std::string &subsysName) Definition subhealth.h:45 void critical(const std::string &message) Passes this information to the system Status. Definition subhealth.h:63 void heartbeat() Passes this information to the system Status. Definition subhealth.h:51 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 message(const std::string &message) Passes this information to the system Status. Definition subhealth.h:54 |