Package xbot.common.math
Class XYPairStruct
java.lang.Object
xbot.common.math.XYPairStruct
-
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, XYPair 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, isCloneable, isImmutable, unpackInto
-
Constructor Details
-
XYPairStruct
public XYPairStruct()
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClassin interfaceStruct<XYPair>
-
getTypeString
- Specified by:
getTypeStringin interfaceStruct<XYPair>
-
getSize
public int getSize() -
getSchema
-
unpack
-
pack
-
getTypeName
- Specified by:
getTypeNamein interfaceStruct<XYPair>
-