Class UpdateRuntime

All Implemented Interfaces:
SerializableMessage

public class UpdateRuntime extends FECRequest<EmptyResponse>
A request to update the runtime info on a core. There is no response payload.

This calls simulation_control_scp_callback() in simulation.c.

  • Constructor Details

    • UpdateRuntime

      public UpdateRuntime(HasCoreLocation core, int runTime, boolean infiniteRun, int currentTime, int numSyncSteps)
      Parameters:
      core - The SpiNNaker core to update the runtime info of.
      runTime - The number of machine timesteps.
      infiniteRun - Whether we are doing infinite running.
      currentTime - The current simulation time.
      numSyncSteps - The number of timesteps before we pause to synchronise.
  • Method Details