Uses of Class
com.tccc.kos.ext.freestyle.hardware.can.model.CANModel
Packages that use CANModel
Package
Description
-
Uses of CANModel in com.tccc.kos.ext.freestyle.hardware.can.model
Methods in com.tccc.kos.ext.freestyle.hardware.can.model that return CANModelModifier and TypeMethodDescriptionstatic CANModel
CANModelMgr.add
(CANBoardType type, int modelNum) static CANModel
CANModelMgr.add
(CANBoardType type, int modelNum, CANModelSettings settings) static CANModel
CANModelMgr.add
(CANBoardType type, int modelNum, CANModelSettings settings, CANBoardInstanceIdType instanceIdType) static CANModel
CANModelMgr.getModel
(int modelNumber) Return the CANModel that corresponds to the specified model number.Methods in com.tccc.kos.ext.freestyle.hardware.can.model that return types with arguments of type CANModelMethods in com.tccc.kos.ext.freestyle.hardware.can.model with parameters of type CANModel -
Uses of CANModel in com.tccc.kos.ext.freestyle.sim.can.board
Methods in com.tccc.kos.ext.freestyle.sim.can.board that return CANModel