RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
SystemHealthComponent.h File Reference
#include <spawn.h>
#include <unistd.h>
#include <sys/wait.h>
#include <mutex>
#include "../Common.h"
#include "../Data/SystemMemoryInformation.h"
#include "BaseComponent.h"
Include dependency graph for SystemHealthComponent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RumPi::SystemHealthComponent
 Reads Raspberry Pi system health (temperature, voltage, throttling, memory, storage, WiFi, and IP) by running vcgencmd and other OS commands, and reports threshold crossings to the AlertManager. More...
 

Namespaces

namespace  RumPi
 RumPi is the library's top-level facade.