![]() |
Consolix
|
Application configuration structure. More...
Public Attributes | |
| std::string | text |
| Text to display in each loop iteration. | |
| std::vector< std::string > | items |
| List of items to display. | |
| int | period |
| Delay between loop iterations in milliseconds. | |
| bool | debug_mode |
| Enable or disable debugging mode. | |
Application configuration structure.
Defines the configurable parameters for the application, loaded from a JSON file or specified via command-line arguments.
Definition at line 9 of file example_application_main_loop.cpp.
| bool AppConfig::debug_mode |
Enable or disable debugging mode.
Definition at line 13 of file example_application_main_loop.cpp.
| std::vector<std::string> AppConfig::items |
List of items to display.
Definition at line 11 of file example_application_main_loop.cpp.
| int AppConfig::period |
Delay between loop iterations in milliseconds.
Definition at line 12 of file example_application_main_loop.cpp.
| std::string AppConfig::text |
Text to display in each loop iteration.
Definition at line 10 of file example_application_main_loop.cpp.