Uses of Package
de.stz.bt.fnd.datapoints

Packages that use de.stz.bt.fnd.datapoints
de.stz.bt.fnd.datapoints Contains support classes for FND like the Attribute and Dimension classes. 
de.stz.bt.fnd.datapoints.types Contains the implementation of the FND Datapoint Types 
 

Classes in de.stz.bt.fnd.datapoints used by de.stz.bt.fnd.datapoints
FND_Attributes
          Descriptor class containing the FND Attribute declarations Everything is loaded from constants.xml
FND_Dimension
          
This class represents the available dimensions that can be used when transmitting a value within the FND-packet.
 

Classes in de.stz.bt.fnd.datapoints used by de.stz.bt.fnd.datapoints.types
FND_DataPoint
          Object Oriented representation of a FND-Datapoint.
FND_Value
          Used to convert float and int-values into IEE754 floating point format and vice versa.