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 TypeMethodDescriptiongetSimBoard
(CANSimulator sim, String type, int instanceId, int serialNum) Return a simulated board of the specified type.
-
Method Details
-
getSimBoard
Return a simulated board of the specified type.- Parameters:
sim
- the CAN simulatortype
- the type of board to returninstanceId
- the instance of the board if there are multipleserialNum
- the serial number for the board
-