Class CanandgyroStatusStruct
java.lang.Object
com.reduxrobotics.sensors.canandgyro.wpistruct.CanandgyroStatusStruct
- All Implemented Interfaces:
Struct<CanandgyroStatus>
WPILib struct implementation for
CanandgyroStatus
-
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 TypeMethodDescriptionStruct<?>[]
int
getSize()
void
pack
(ByteBuffer bb, CanandgyroStatus 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
-
CanandgyroStatusStruct
public CanandgyroStatusStruct()
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClass
in interfaceStruct<CanandgyroStatus>
-
getTypeName
- Specified by:
getTypeName
in interfaceStruct<CanandgyroStatus>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceStruct<CanandgyroStatus>
-
getSchema
- Specified by:
getSchema
in interfaceStruct<CanandgyroStatus>
-
getNested
- Specified by:
getNested
in interfaceStruct<CanandgyroStatus>
-
unpack
- Specified by:
unpack
in interfaceStruct<CanandgyroStatus>
-
pack
- Specified by:
pack
in interfaceStruct<CanandgyroStatus>
-