edu.wpi.first.wpilibj.networktables2.type
Class DefaultEntryTypes

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables2.type.DefaultEntryTypes

public class DefaultEntryTypes
extends Object


Field Summary
static NetworkTableEntryType BOOLEAN
          a boolean entry type
static NetworkTableEntryType DOUBLE
          a double floating point type
static NetworkTableEntryType STRING
          a string type
 
Constructor Summary
DefaultEntryTypes()
           
 
Method Summary
static void registerTypes(NetworkTableEntryTypeManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

DefaultEntryTypes

public DefaultEntryTypes()
Method Detail

registerTypes

public static void registerTypes(NetworkTableEntryTypeManager manager)


Copyright © 2013. All rights reserved.