Class AbstractCANSubNode
java.lang.Object
com.tccc.kos.ext.freestyle.hardware.can.subnode.AbstractCANSubNode
- Direct Known Subclasses:
AirVent
,CartridgeAgitatorSubNode
,GPIOSubNode
Base implementation of CANSubNode to make life easy.
- Version:
- Jun-26-17
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractCANSubNode
(CANBoard<?> board, int subNodeId) Create a new sub node with the specified board and CANOpen subNodeId. -
Method Summary
-
Constructor Details
-
AbstractCANSubNode
Create a new sub node with the specified board and CANOpen subNodeId.- Parameters:
board
- the board the sub-node is associated withsubNodeId
- the subNodeId for this node
-