|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "mod_sao/SaoModule.h"#include "mod_sao/sao.h"#include "cdc_core/ModuleRegistry.h"#include "cdc_ui/I18n.h"#include "cdc_views/InfoView.h"#include "cdc_log.h"#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::mod_sao |
Functions | |
| static void | cdc::mod_sao::registerStrings () |
| static ui::IView * | cdc::mod_sao::getInfoView () |
| void | mod_sao_register () |
Variables | |
| static const char * | TAG = "SAO" |
| constexpr ui::I18nEntry | cdc::mod_sao::kStrings [] |
| static ui::InfoView | cdc::mod_sao::s_infoView |
| static char | cdc::mod_sao::s_infoText [256] |
| void mod_sao_register | ( | ) |
Definition at line 80 of file SaoModule.cpp.
References cdc::core::ModuleRegistry::instance(), and cdc::core::ModuleRegistry::registerInitializer().
|
static |
Definition at line 9 of file SaoModule.cpp.