![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
#include <cstdint>#include <etl/error_handler.h>#include <etl/string_stream.h>#include <satnogs-comms-lib/errno_extended.hpp>Go to the source code of this file.
Classes | |
| class | satnogs::comms::lib::exception |
| Exception base class. More... | |
| class | satnogs::comms::lib::exception::error_msg |
| A class representing error messages in the SatNOGS-COMMS system. More... | |
| class | satnogs::comms::lib::inval_arg_exception |
| Generic exception indicating an invalid argument. More... | |
| class | satnogs::comms::lib::msg_too_long_exception |
| Generic exception indicating that a message requested for processing/handling was larger than the expected. More... | |
| class | satnogs::comms::lib::resource_unavailable_exception |
| Generic exception indicating an a resource or subsystem is not available at the time that was requested. More... | |
| class | satnogs::comms::lib::timeout_exception |
| Generic timeout exception. More... | |
Namespaces | |
| namespace | satnogs |
| namespace | satnogs::comms |
| namespace | satnogs::comms::lib |