![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
#include <type_traits>#include <satnogs-comms-lib/antenna_gpio.hpp>#include <satnogs-comms-lib/bsp/adc.hpp>#include <satnogs-comms-lib/bsp/chrono.hpp>#include <satnogs-comms-lib/bsp/gpio.hpp>#include <satnogs-comms-lib/bsp/i2c.hpp>#include <satnogs-comms-lib/bsp/spi.hpp>#include <satnogs-comms-lib/emc1702.hpp>#include <satnogs-comms-lib/emmc.hpp>#include <satnogs-comms-lib/fpga.hpp>#include <satnogs-comms-lib/leds.hpp>#include <satnogs-comms-lib/power.hpp>#include <satnogs-comms-lib/radio.hpp>#include <satnogs-comms-lib/temperature.hpp>#include <satnogs-comms-lib/version.hpp>Go to the source code of this file.
Classes | |
| class | satnogs::comms::lib::board |
| class | satnogs::comms::lib::board::io_conf |
| IO peripherals required for the control of the various subsystems of the board. More... | |
| class | satnogs::comms::lib::board::params |
| Board initialization parameters. More... | |
| class | satnogs::comms::lib::uninitialization_exception |
| Raised if the get_instance() is called before the init(). More... | |
| class | satnogs::comms::lib::initialization_exception |
| Raised if the init() is called more than once. More... | |
Namespaces | |
| namespace | satnogs |
| namespace | satnogs::comms |
| namespace | satnogs::comms::lib |