Class SparkFaultsStruct
java.lang.Object
org.team1126.lib.logging.revlib.structs.SparkFaultsStruct
- All Implemented Interfaces:
edu.wpi.first.util.struct.Struct<Integer>
-
Field Summary
FieldsFields inherited from interface edu.wpi.first.util.struct.Struct
kSizeBool, kSizeDouble, kSizeFloat, kSizeInt16, kSizeInt32, kSizeInt64, kSizeInt8 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSize()booleanvoidpack(ByteBuffer bb, Integer 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, unpackInto
-
Field Details
-
struct
-
-
Constructor Details
-
SparkFaultsStruct
public SparkFaultsStruct()
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClassin interfaceedu.wpi.first.util.struct.Struct<Integer>
-
getTypeName
- Specified by:
getTypeNamein interfaceedu.wpi.first.util.struct.Struct<Integer>
-
getSize
public int getSize()- Specified by:
getSizein interfaceedu.wpi.first.util.struct.Struct<Integer>
-
getSchema
- Specified by:
getSchemain interfaceedu.wpi.first.util.struct.Struct<Integer>
-
unpack
- Specified by:
unpackin interfaceedu.wpi.first.util.struct.Struct<Integer>
-
pack
- Specified by:
packin interfaceedu.wpi.first.util.struct.Struct<Integer>
-
isImmutable
public boolean isImmutable()- Specified by:
isImmutablein interfaceedu.wpi.first.util.struct.Struct<Integer>
-