inital commit
This commit is contained in:
commit
5dfdfce745
5 changed files with 266 additions and 0 deletions
13
ipmi.h
Normal file
13
ipmi.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <ipmi_monitoring.h>
|
||||
|
||||
#include "sensor.h"
|
||||
|
||||
Sensor ipmi_read_sensor_from_ctx(ipmi_monitoring_ctx_t ctx);
|
||||
|
||||
bool ipmi_fill_sensor_ids(std::vector<Sensor>& sensors, ipmi_monitoring_ctx_t ctx, struct ipmi_monitoring_ipmi_config* config);
|
||||
|
||||
bool ipmi_update_sensors(std::vector<Sensor>& sensors, ipmi_monitoring_ctx_t ctx, struct ipmi_monitoring_ipmi_config* config);
|
||||
|
||||
ipmi_monitoring_ctx_t init_ipmi_monitoring();
|
||||
Loading…
Add table
Add a link
Reference in a new issue