![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Typedefs | |
| using | SerialType = ComCfg::Apid::SerialType |
| using | ApidOption = Fw::Optional< ComCfg::Apid::T > |
Functions | |
| ApidOption | getRandomApid () |
| using Svc::CcsdsTestUtils::ApidOption = typedef Fw::Optional<ComCfg::Apid::T> |
Definition at line 15 of file TestUtils.cpp.
| using Svc::CcsdsTestUtils::SerialType = typedef ComCfg::Apid::SerialType |
Definition at line 14 of file TestUtils.cpp.
| Fw::Optional< ComCfg::Apid::T > Svc::CcsdsTestUtils::getRandomApid | ( | ) |
Get a random APID for CCSDS testing If possible, randomly choose from among the set of configured constants for ComCfg::APID that fit in 11 bits. If not possible, return NONE.
Definition at line 17 of file TestUtils.cpp.