Class CanandcolorStatusStruct
java.lang.Object
com.reduxrobotics.sensors.canandcolor.wpistruct.CanandcolorStatusStruct
- All Implemented Interfaces:
Struct<CanandcolorStatus>
WPILib struct implementation for
CanandcolorStatus
-
Field Summary
Fields inherited from interface edu.wpi.first.util.struct.Struct
kSizeBool, kSizeDouble, kSizeFloat, kSizeInt16, kSizeInt32, kSizeInt64, kSizeInt8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStruct<?>[]
int
getSize()
void
pack
(ByteBuffer bb, CanandcolorStatus 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, getTypeString, isCloneable, isImmutable, unpackInto
-
Constructor Details
-
CanandcolorStatusStruct
public CanandcolorStatusStruct()
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClass
in interfaceStruct<CanandcolorStatus>
-
getTypeName
- Specified by:
getTypeName
in interfaceStruct<CanandcolorStatus>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceStruct<CanandcolorStatus>
-
getSchema
- Specified by:
getSchema
in interfaceStruct<CanandcolorStatus>
-
getNested
- Specified by:
getNested
in interfaceStruct<CanandcolorStatus>
-
unpack
- Specified by:
unpack
in interfaceStruct<CanandcolorStatus>
-
pack
- Specified by:
pack
in interfaceStruct<CanandcolorStatus>
-