Interface SimCANBoardFactory

All Known Implementing Classes:
DefaultSimCANBoardFactory

public interface SimCANBoardFactory
Factory to a simulated board for a given board type.
Version:
2023-12-17
  • Method Summary

    Modifier and Type
    Method
    Description
    getSimBoard(CANSimulator sim, String type, int instanceId, int serialNum)
    Return a simulated board of the specified type.
  • Method Details

    • getSimBoard

      SimCANBoard getSimBoard(CANSimulator sim, String type, int instanceId, int serialNum)
      Return a simulated board of the specified type.
      Parameters:
      sim - the CAN simulator
      type - the type of board to return
      instanceId - the instance of the board if there are multiple
      serialNum - the serial number for the board