NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
disk_monitor::DiskMonitor::PathInfo Struct Reference

#include <disk_monitor.h>

Public Member Functions

 PathInfo ()
 
 PathInfo (std::string const &path_name_in, bool const check_load_high_fault_in, float const high_thres_percent_in, float const too_high_thres_percent_in)
 

Public Attributes

std::string path_name
 
bool check_load_high_fault
 
float high_thres_percent
 
float critical_thres_percent
 

Constructor & Destructor Documentation

◆ PathInfo() [1/2]

disk_monitor::DiskMonitor::PathInfo::PathInfo ( )

◆ PathInfo() [2/2]

disk_monitor::DiskMonitor::PathInfo::PathInfo ( std::string const &  path_name_in,
bool const  check_load_high_fault_in,
float const  high_thres_percent_in,
float const  too_high_thres_percent_in 
)

Member Data Documentation

◆ check_load_high_fault

bool disk_monitor::DiskMonitor::PathInfo::check_load_high_fault

◆ critical_thres_percent

float disk_monitor::DiskMonitor::PathInfo::critical_thres_percent

◆ high_thres_percent

float disk_monitor::DiskMonitor::PathInfo::high_thres_percent

◆ path_name

std::string disk_monitor::DiskMonitor::PathInfo::path_name

The documentation for this struct was generated from the following files: