fr.imag.adele.bundle.upnp.position.model
Interface PositionSensorModel

All Known Implementing Classes:
PositionSensorModelImpl

public interface PositionSensorModel


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
 

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


getName

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


setName

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


getMethod

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


getCurrentLatitudeStateVariableValue

public Float getCurrentLatitudeStateVariableValue()

getCurrentLongitudeStateVariableValue

public Float getCurrentLongitudeStateVariableValue()

getCurrentAltitudeStateVariableValue

public Float getCurrentAltitudeStateVariableValue()

getCurrentSpeedStateVariableValue

public Float getCurrentSpeedStateVariableValue()

getCurrentTrackStateVariableValue

public Float getCurrentTrackStateVariableValue()

getTimestampStateVariableValue

public Date getTimestampStateVariableValue()