![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
#include <thermal.hpp>
Public Member Functions | |
| state () | |
Public Attributes | |
| bool | uhf_triggered |
| bool | sband_triggered |
| bool | uhf_sensor_valid |
| bool | sband_sensor_valid |
| bool | pcb_sensor_valid |
Definition at line 50 of file thermal.hpp.
|
inline |
Definition at line 64 of file thermal.hpp.
| bool satnogs::comms::thermal::state::pcb_sensor_valid |
fallback PCB sensor is returning valid data (used when either primary sensor is invalid)
Definition at line 61 of file thermal.hpp.
| bool satnogs::comms::thermal::state::sband_sensor_valid |
primary S-band-PA temperature sensor is returning valid data
Definition at line 59 of file thermal.hpp.
| bool satnogs::comms::thermal::state::sband_triggered |
S-band interface is currently disabled due to an over-temperature event
Definition at line 55 of file thermal.hpp.
| bool satnogs::comms::thermal::state::uhf_sensor_valid |
primary UHF-PA temperature sensor is returning valid data
Definition at line 57 of file thermal.hpp.
| bool satnogs::comms::thermal::state::uhf_triggered |
UHF interface is currently disabled due to an over-temperature event
Definition at line 53 of file thermal.hpp.