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

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables2.type.NetworkTableEntryType
      extended by edu.wpi.first.wpilibj.networktables2.type.ComplexEntryType
Direct Known Subclasses:
ArrayEntryType

public abstract class ComplexEntryType
extends NetworkTableEntryType

Author:
Mitchell

Field Summary
 
Fields inherited from class edu.wpi.first.wpilibj.networktables2.type.NetworkTableEntryType
id, name
 
Constructor Summary
protected ComplexEntryType(byte id, String name)
           
 
Method Summary
abstract  void exportValue(String key, Object internalData, Object externalRepresentation)
           
abstract  Object internalizeValue(String key, Object externalRepresentation, Object currentInteralValue)
           
 
Methods inherited from class edu.wpi.first.wpilibj.networktables2.type.NetworkTableEntryType
readValue, sendValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplexEntryType

protected ComplexEntryType(byte id,
                           String name)
Method Detail

internalizeValue

public abstract Object internalizeValue(String key,
                                        Object externalRepresentation,
                                        Object currentInteralValue)

exportValue

public abstract void exportValue(String key,
                                 Object internalData,
                                 Object externalRepresentation)


Copyright © 2013. All rights reserved.