![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
#include <cstdint>#include <satnogs-comms-lib/bsp/i2c.hpp>#include <satnogs-comms-lib/emc1702.hpp>#include <satnogs-comms-lib/exception.hpp>#include <satnogs-comms-lib/version.hpp>Go to the source code of this file.
Classes | |
| class | satnogs::comms::lib::invalid_sensor_exception |
| Exception class for accessing an invalid temperature sensor. More... | |
| class | satnogs::comms::lib::temperature< T > |
| Manages multiple temperature sensors for monitoring and alerting. More... | |
Namespaces | |
| namespace | satnogs |
| namespace | satnogs::comms |
| namespace | satnogs::comms::lib |
Enumerations | |
| enum class | satnogs::comms::lib::temperature_sensor : uint8_t { satnogs::comms::lib::PCB , satnogs::comms::lib::UHF_PA , satnogs::comms::lib::SBAND_PA } |
| Source of temperature readings. More... | |