Class CanandmagStatusStruct
java.lang.Object
com.reduxrobotics.sensors.canandmag.wpistruct.CanandmagStatusStruct
- All Implemented Interfaces:
Struct<Canandmag.Status>
WPILib struct implementation for
Canandmag.Status
-
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, Canandmag.Status 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
unpackInto
-
Constructor Details
-
CanandmagStatusStruct
public CanandmagStatusStruct()
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClass
in interfaceStruct<Canandmag.Status>
-
getTypeString
- Specified by:
getTypeString
in interfaceStruct<Canandmag.Status>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceStruct<Canandmag.Status>
-
getSchema
- Specified by:
getSchema
in interfaceStruct<Canandmag.Status>
-
getNested
- Specified by:
getNested
in interfaceStruct<Canandmag.Status>
-
unpack
- Specified by:
unpack
in interfaceStruct<Canandmag.Status>
-
pack
- Specified by:
pack
in interfaceStruct<Canandmag.Status>
-