|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Main-menu entry "Plugins" - lists all installed WASM plugins. More...
#include "cdc_ui/IView.h"#include "cdc_views/ListView.h"#include "plugin_manager/PluginManifest.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | cdc::plugin_manager::PluginListView |
Namespaces | |
| namespace | cdc |
| namespace | cdc::plugin_manager |
Main-menu entry "Plugins" - lists all installed WASM plugins.
Y starts the highlighted plugin (delegated to PluginManager::startPlugin). 3 opens a context menu with Start/Stop and Enable/Disable actions. N pops back to the previous menu.
A background-running plugin is marked with a leading sun icon. A disabled plugin is marked with a crossed-out error icon and cannot be started.
Definition in file PluginListView.h.