Package edu.wpi.first.hal
Enum Class CANAPITypes.CANManufacturer
- All Implemented Interfaces:
Serializable
,Comparable<CANAPITypes.CANManufacturer>
,Constable
- Enclosing class:
- CANAPITypes
FRC CAN manufacturer ID.
This enum represents different manufacturer IDs for CAN devices. Teams are encouraged to use the kTeamUse manufacturer ID for custom or team-specific devices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAndyMark.Broadcast.Copperforge.Cross the Road Electronics.DEKA Research and Development Corp.Grapple.Kauai Labs.Luminary Micro.MindSensors.National Instruments.Playing With Fusion.Redux Robotics.REV Robotics.Studica.Team use.TheThriftyBot.Vivid-Hosting. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CANAPITypes.CANManufacturer
Returns the enum constant of this class with the specified name.static CANAPITypes.CANManufacturer[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
kBroadcast
Broadcast. -
kNI
National Instruments. -
kLM
Luminary Micro. -
kDEKA
DEKA Research and Development Corp. -
kCTRE
Cross the Road Electronics. -
kREV
REV Robotics. -
kGrapple
Grapple. -
kMS
MindSensors. -
kTeamUse
Team use. -
kKauaiLabs
Kauai Labs. -
kCopperforge
Copperforge. -
kPWF
Playing With Fusion. -
kStudica
Studica. -
kTheThriftyBot
TheThriftyBot. -
kReduxRobotics
Redux Robotics. -
kAndyMark
AndyMark. -
kVividHosting
Vivid-Hosting.
-
-
Field Details
-
id
The manufacturer ID.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-