Class ApplicationRun

All Implemented Interfaces:
SerializableMessage

public class ApplicationRun
extends SCPRequest<EmptyResponse>
A request to run an application. The application code must have been placed at the location SystemVariableDefinition.system_sdram_base_address points at. There is no response payload.

Calls proc_start_app() in scamp-app.c.