edu.wpi.first.wpilibj.networktables2.type
Class DefaultEntryTypes
java.lang.Object
edu.wpi.first.wpilibj.networktables2.type.DefaultEntryTypes
public class DefaultEntryTypes
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN
public static final NetworkTableEntryType BOOLEAN
- a boolean entry type
DOUBLE
public static final NetworkTableEntryType DOUBLE
- a double floating point type
STRING
public static final NetworkTableEntryType STRING
- a string type
DefaultEntryTypes
public DefaultEntryTypes()
registerTypes
public static void registerTypes(NetworkTableEntryTypeManager manager)
Copyright © 2013. All rights reserved.