include "config/config.fbs"; namespace hmmmm.ctrl.config_ctrl; // Client → Server: load a new emulation configuration. // Only allowed when the emulator is in STILL state. // Completely replaces any previously loaded configuration. table ConfigCtrlMessage { config: hmmmm.config.EmulationConfig; }