![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
Status register flags. More...
#include <emc1702.hpp>
Public Attributes | |
| bool | busy = 0 |
| bool | crit = 0 |
| bool | diode_fault = 0 |
| bool | low = 0 |
| bool | high = 0 |
| bool | peak = 0 |
Status register flags.
Definition at line 79 of file emc1702.hpp.
| bool satnogs::comms::lib::emc1702::status::busy = 0 |
Sensor is busy
Definition at line 81 of file emc1702.hpp.
| bool satnogs::comms::lib::emc1702::status::crit = 0 |
Critical condition detected
Definition at line 82 of file emc1702.hpp.
| bool satnogs::comms::lib::emc1702::status::diode_fault = 0 |
External diode fault detected
Definition at line 83 of file emc1702.hpp.
| bool satnogs::comms::lib::emc1702::status::high = 0 |
High voltage/current condition detected
Definition at line 85 of file emc1702.hpp.
| bool satnogs::comms::lib::emc1702::status::low = 0 |
Low voltage/current condition detected
Definition at line 84 of file emc1702.hpp.
| bool satnogs::comms::lib::emc1702::status::peak = 0 |
Peak detection triggered
Definition at line 86 of file emc1702.hpp.