INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
subhealth.h void message(const std::string &message) Passes this information to the system Status. Definition: subhealth.h:54 void ok(const std::string &message="") Passes this information to the system Status. Definition: subhealth.h:57 void critical(const std::string &message) Passes this information to the system Status. Definition: subhealth.h:63 Base class for all GbxUtilAcfr exceptions. Definition: gbxutilacfr/exceptions.h:65 void heartbeat() Passes this information to the system Status. Definition: subhealth.h:51 void set(const Type &obj) Sets the contents of the Store. Definition: store.h:229 bool isNewData() const Returns TRUE if the data in the Store has not been accessed with get() yet. Definition: store.h:132 Convenience class which allows feedback on the health of a subsystem. Definition: subhealth.h:39 void warning(const std::string &message) Passes this information to the system Status. Definition: subhealth.h:60 SubHealth(Status &sysStatus, const std::string &subsysName) Definition: subhealth.h:45 int getNext(Type &obj, int timeoutMs=-1) Waits until the next update and returns the new value. If the Store is empty, getNext blocks until th... Definition: store.h:169 std::string name() const Returns subsystem's name. Definition: subhealth.h:66 |