SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
satnogs::comms::thermal::state Class Reference

#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

Detailed Description

Definition at line 50 of file thermal.hpp.

Constructor & Destructor Documentation

◆ state()

satnogs::comms::thermal::state::state ( )
inline

Definition at line 64 of file thermal.hpp.

Member Data Documentation

◆ pcb_sensor_valid

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.

◆ sband_sensor_valid

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.

◆ sband_triggered

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.

◆ uhf_sensor_valid

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.

◆ uhf_triggered

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.


The documentation for this class was generated from the following file: