com.flightpanels.scs
Class DataReferenceDouble

java.lang.Object
  extended by com.flightpanels.scs.DataReference<java.lang.Double>
      extended by com.flightpanels.scs.DataReferenceDouble
All Implemented Interfaces:
IDataReference

public class DataReferenceDouble
extends DataReference<java.lang.Double>


Constructor Summary
DataReferenceDouble(IUpdateable<java.lang.Double> updateable)
           
 
Method Summary
 void readFromCan(CanAeroMetadata meta, can_t can)
          read incoming data from the bus into the cache
 
Methods inherited from class com.flightpanels.scs.DataReference
hasChanged, needsRequest, requested, signUp, update, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataReferenceDouble

public DataReferenceDouble(IUpdateable<java.lang.Double> updateable)
Method Detail

readFromCan

public void readFromCan(CanAeroMetadata meta,
                        can_t can)
Description copied from interface: IDataReference
read incoming data from the bus into the cache

Specified by:
readFromCan in interface IDataReference
Specified by:
readFromCan in class DataReference<java.lang.Double>
Parameters:
meta - accompanying meta-data (id, message code counter etc..)
can - the incoming data itself