Class SparkFaultsStruct

java.lang.Object
org.team1126.lib.logging.revlib.structs.SparkFaultsStruct
All Implemented Interfaces:
edu.wpi.first.util.struct.Struct<Integer>

public class SparkFaultsStruct extends Object implements edu.wpi.first.util.struct.Struct<Integer>
  • Field Details

  • Constructor Details

    • SparkFaultsStruct

      public SparkFaultsStruct()
  • Method Details

    • getTypeClass

      public Class<Integer> getTypeClass()
      Specified by:
      getTypeClass in interface edu.wpi.first.util.struct.Struct<Integer>
    • getTypeName

      public String getTypeName()
      Specified by:
      getTypeName in interface edu.wpi.first.util.struct.Struct<Integer>
    • getSize

      public int getSize()
      Specified by:
      getSize in interface edu.wpi.first.util.struct.Struct<Integer>
    • getSchema

      public String getSchema()
      Specified by:
      getSchema in interface edu.wpi.first.util.struct.Struct<Integer>
    • unpack

      public Integer unpack(ByteBuffer bb)
      Specified by:
      unpack in interface edu.wpi.first.util.struct.Struct<Integer>
    • pack

      public void pack(ByteBuffer bb, Integer value)
      Specified by:
      pack in interface edu.wpi.first.util.struct.Struct<Integer>
    • isImmutable

      public boolean isImmutable()
      Specified by:
      isImmutable in interface edu.wpi.first.util.struct.Struct<Integer>