ocss.nmea.parser
Class Wind

java.lang.Object
  |
  +--ocss.nmea.parser.Wind

public final class Wind
extends java.lang.Object


Field Summary
 int angle
           
 double speed
           
 
Constructor Summary
Wind(int a, double s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

speed

public double speed

angle

public int angle
Constructor Detail

Wind

public Wind(int a,
            double s)