Package frclib.sensor

Class FrcPdp.Channel

java.lang.Object
frclib.sensor.FrcPdp.Channel
Enclosing class:
FrcPdp

public static class FrcPdp.Channel extends Object
This class contains the info of a PDP channel.
  • Field Details

    • channel

      public int channel
    • name

      public String name
  • Constructor Details

    • Channel

      public Channel(int channel, String name)
      Constructor: Create an instance of the object.
      Parameters:
      channel - specifies the PDP channel number.
      name - specifies the name associated with the channel.
  • Method Details

    • toString

      public String toString()
      This method returns the string representation of the object.
      Overrides:
      toString in class Object