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
-
Method Summary
Modifier and TypeMethodDescriptionint
getSize()
void
pack
(ByteBuffer bb, XYPair 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, isCloneable, isImmutable, unpackInto
-
Constructor Details
-
XYPairStruct
public XYPairStruct()
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClass
in interfaceStruct<XYPair>
-
getTypeString
- Specified by:
getTypeString
in interfaceStruct<XYPair>
-
getSize
public int getSize() -
getSchema
-
unpack
-
pack
-
getTypeName
- Specified by:
getTypeName
in interfaceStruct<XYPair>
-