Class OffsetsStruct
java.lang.Object
com.stuypulse.robot.util.simulation.OffsetsStruct
- All Implemented Interfaces:
edu.wpi.first.util.struct.Struct<Offsets>
-
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 TypeMethodDescriptionintgetSize()voidpack(ByteBuffer bb, Offsets value) unpack(ByteBuffer bb) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.wpi.first.util.struct.Struct
clone, getNested, getTypeString, isCloneable, isImmutable, unpackInto
-
Constructor Details
-
OffsetsStruct
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClassin interfaceedu.wpi.first.util.struct.Struct<Offsets>
-
getTypeName
- Specified by:
getTypeNamein interfaceedu.wpi.first.util.struct.Struct<Offsets>
-
getSize
- Specified by:
getSizein interfaceedu.wpi.first.util.struct.Struct<Offsets>
-
getSchema
- Specified by:
getSchemain interfaceedu.wpi.first.util.struct.Struct<Offsets>
-
unpack
- Specified by:
unpackin interfaceedu.wpi.first.util.struct.Struct<Offsets>
-
pack
- Specified by:
packin interfaceedu.wpi.first.util.struct.Struct<Offsets>
-