DebugOptions Struct
Declaration
struct simaai::neat::debug::DebugOptions { ... }
Included Headers
#include <DebugTypes.h>
Public Member Attributes Index
| int | timeout_ms = 10000 |
| bool | strict = false |
| bool | force_system_memory = true |
Definition at line 14 of file DebugTypes.h.
Public Member Attributes
force_system_memory
|
Definition at line 17 of file DebugTypes.h.
17 bool force_system_memory = true;
strict
|
Definition at line 16 of file DebugTypes.h.
timeout_ms
|
Definition at line 15 of file DebugTypes.h.
15 int timeout_ms = 10000;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.