CFBD_DemoDescriptor¶
Demo descriptor structure.
#include <demo_manager.h>
Public Attributes¶
| Name | |
|---|---|
| const char * | name |
| CFBD_DemoEntry | entry |
| uint32_t | duration |
Public Attributes Documentation¶
variable name¶
Human-readable demo name
variable entry¶
Demo entry function
variable duration¶
Duration in milliseconds (0 = infinite)
Updated on 2026-02-03 at 13:21:55 +0000