Class InitFPGA

All Implemented Interfaces:
SerializableMessage

public class InitFPGA extends BMPRequest<BMPRequest.BMPResponse>
A request to start an initialisation of the FPGAs. Terminated by ResetFPGA. There is no response payload.

Calls fpga_init() in bmp_hw.c.

  • Constructor Details

    • InitFPGA

      public InitFPGA(BMPBoard board, int mask)
      Parameters:
      board - Which board's FPGA to initialise.
      mask - Which FPGAs on the board to initialise.
  • Method Details