![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
#include <test.hpp>
Classes | |
| struct | params_work_container |
Public Types | |
| enum class | test_id : int { TX_UHF_SIMPLE = 0 , TX_SBAND_SIMPLE = 1 , EMMC_SIMPLE = 2 , EMC_ROUTINE = 3 } |
Public Member Functions | |
| test (test const &)=delete | |
| void | operator= (test const &)=delete |
| void | exec_test (test_id id, std::initializer_list< uint32_t > params) |
| void | stop () |
| bool | running () const |
| void | emc_routine () |
| A simple routine for EMC testing. | |
| bool | emmc_success () const |
Static Public Member Functions | |
| static test & | get_instance () |
|
strong |
|
delete |
| void satnogs::comms::test::emc_routine | ( | ) |
A simple routine for EMC testing.
| void satnogs::comms::test::exec_test | ( | test_id | id, |
| std::initializer_list< uint32_t > | params ) |
|
delete |