Uses of Class
com.tccc.kos.core.service.hardware.Board
Packages that use Board
Package
Description
-
Uses of Board in com.tccc.kos.core.service.assembly
Methods in com.tccc.kos.core.service.assembly that return types with arguments of type BoardMethods in com.tccc.kos.core.service.assembly with parameters of type Board -
Uses of Board in com.tccc.kos.core.service.criticaldata
Methods in com.tccc.kos.core.service.criticaldata with parameters of type BoardModifier and TypeMethodDescriptionvoid
CriticalDataService.onBoardLink
(Board board) void
CriticalDataService.onBoardUnlink
(Board board) -
Uses of Board in com.tccc.kos.core.service.hardware
Subclasses of Board in com.tccc.kos.core.service.hardwareMethods in com.tccc.kos.core.service.hardware that return BoardModifier and TypeMethodDescriptionHardwareLink.getBoard()
Returns the linked board.HardwareLinkResolver.matchLinkToBoard
(HardwareService service, HardwareLink link, Collection<Board> boards) Return a matchingBoard
for the specified link to link with the board.Methods in com.tccc.kos.core.service.hardware with parameters of type BoardModifier and TypeMethodDescriptionvoid
BoardLinkListener.onBoardLink
(Board board) Called when a board is linked.void
BoardReadyListener.onBoardReady
(Board board) Called when a board is ready.void
BoardLinkListener.onBoardUnlink
(Board board) Called when a board is unlinked.Method parameters in com.tccc.kos.core.service.hardware with type arguments of type BoardModifier and TypeMethodDescriptionHardwareLinkResolver.matchLinkToBoard
(HardwareService service, HardwareLink link, Collection<Board> boards) Return a matchingBoard
for the specified link to link with the board.Constructors in com.tccc.kos.core.service.hardware with parameters of type BoardModifierConstructorDescriptionNotLinkedException
(Board board) Create a new exception for the specified board.