Struct CommandContext¶
Defined in File command_system.h
Struct Documentation¶
-
struct CommandContext¶
Complete context and parameters for command execution.
This structure contains all parameters, options, and state information needed to execute any command in the Gaussian Extractor. It serves as the primary communication mechanism between command parsing and execution.
The structure is organized into logical groups:
Core command identification
Common parameters shared across commands
Command-specific parameters
Runtime state and configuration