fr.imag.adele.bundle.upnp.position.impl
Class PositionSensorModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.position.impl.PositionSensorModelImpl
All Implemented Interfaces:
PositionSensorModel

public class PositionSensorModelImpl
extends Object
implements PositionSensorModel


Constructor Summary
PositionSensorModelImpl()
           
 
Method Summary
 Float getCurrentAltitudeStateVariableValue()
           
 Float getCurrentLatitudeStateVariableValue()
           
 Float getCurrentLongitudeStateVariableValue()
           
 void getCurrentPosition(fr.imag.adele.util.upnp.holder.FloatHolder currentLatitude, fr.imag.adele.util.upnp.holder.FloatHolder currentLongitude, fr.imag.adele.util.upnp.holder.FloatHolder currentAltitude, fr.imag.adele.util.upnp.holder.FloatHolder currentSpeed, fr.imag.adele.util.upnp.holder.FloatHolder currentTrack, fr.imag.adele.util.upnp.holder.DateHolder timestamp)
          This method is "add description here" currentLatitude out parameter currentLongitude out parameter currentAltitude out parameter currentSpeed out parameter currentTrack out parameter timestamp out parameter
 Float getCurrentSpeedStateVariableValue()
           
 Float getCurrentTrackStateVariableValue()
           
 void getMethod(fr.imag.adele.util.upnp.holder.StringHolder method)
          This method is "add description here" method out parameter
 void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
          This method is "add description here" currentName out parameter
 Date getTimestampStateVariableValue()
           
 void setName(String newName)
          This method is "add description here" newName in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionSensorModelImpl

public PositionSensorModelImpl()
Method Detail

getCurrentPosition

public void getCurrentPosition(fr.imag.adele.util.upnp.holder.FloatHolder currentLatitude,
                               fr.imag.adele.util.upnp.holder.FloatHolder currentLongitude,
                               fr.imag.adele.util.upnp.holder.FloatHolder currentAltitude,
                               fr.imag.adele.util.upnp.holder.FloatHolder currentSpeed,
                               fr.imag.adele.util.upnp.holder.FloatHolder currentTrack,
                               fr.imag.adele.util.upnp.holder.DateHolder timestamp)
This method is "add description here" currentLatitude out parameter currentLongitude out parameter currentAltitude out parameter currentSpeed out parameter currentTrack out parameter timestamp out parameter

Specified by:
getCurrentPosition in interface PositionSensorModel

getName

public void getName(fr.imag.adele.util.upnp.holder.StringHolder currentName)
This method is "add description here" currentName out parameter

Specified by:
getName in interface PositionSensorModel

setName

public void setName(String newName)
This method is "add description here" newName in parameter

Specified by:
setName in interface PositionSensorModel

getMethod

public void getMethod(fr.imag.adele.util.upnp.holder.StringHolder method)
This method is "add description here" method out parameter

Specified by:
getMethod in interface PositionSensorModel

getCurrentLatitudeStateVariableValue

public Float getCurrentLatitudeStateVariableValue()
Specified by:
getCurrentLatitudeStateVariableValue in interface PositionSensorModel

getCurrentLongitudeStateVariableValue

public Float getCurrentLongitudeStateVariableValue()
Specified by:
getCurrentLongitudeStateVariableValue in interface PositionSensorModel

getCurrentAltitudeStateVariableValue

public Float getCurrentAltitudeStateVariableValue()
Specified by:
getCurrentAltitudeStateVariableValue in interface PositionSensorModel

getCurrentSpeedStateVariableValue

public Float getCurrentSpeedStateVariableValue()
Specified by:
getCurrentSpeedStateVariableValue in interface PositionSensorModel

getCurrentTrackStateVariableValue

public Float getCurrentTrackStateVariableValue()
Specified by:
getCurrentTrackStateVariableValue in interface PositionSensorModel

getTimestampStateVariableValue

public Date getTimestampStateVariableValue()
Specified by:
getTimestampStateVariableValue in interface PositionSensorModel