Class DigoutSlotStateStruct
java.lang.Object
com.reduxrobotics.sensors.canandcolor.wpistruct.DigoutSlotStateStruct
- All Implemented Interfaces:
Struct<DigoutSlotState>
WPILib struct implementation for
DigoutSlotState
-
Field Summary
Fields inherited from interface edu.wpi.first.util.struct.Struct
kSizeBool, kSizeDouble, kSizeFloat, kSizeInt16, kSizeInt32, kSizeInt64, kSizeInt8
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getSize()
void
pack
(ByteBuffer bb, DigoutSlotState value) unpack
(ByteBuffer bb) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.wpi.first.util.struct.Struct
clone, getNested, getTypeString, isCloneable, isImmutable, unpackInto
-
Constructor Details
-
DigoutSlotStateStruct
public DigoutSlotStateStruct()
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClass
in interfaceStruct<DigoutSlotState>
-
getTypeName
- Specified by:
getTypeName
in interfaceStruct<DigoutSlotState>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceStruct<DigoutSlotState>
-
getSchema
- Specified by:
getSchema
in interfaceStruct<DigoutSlotState>
-
unpack
- Specified by:
unpack
in interfaceStruct<DigoutSlotState>
-
pack
- Specified by:
pack
in interfaceStruct<DigoutSlotState>
-