java.lang.Object
jflight.vario.Vario
jflight.vario.BrVario
- public class BrVario
- extends Vario
Support for the Braeuniger Vario-devices.
- Since:
- JDK1.1.x
|
Method Summary |
int |
getBarogram(int flightNumber)
Get a single barogram. |
int |
getFlightBook()
Get the flightbook from the vario |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pid
private int pid
bufSize
private int bufSize
varioCnt
private int varioCnt
today
private java.util.Date today
msg
private byte[] msg
RX_TIMEOUT
private final int RX_TIMEOUT
- See Also:
- Constant Field Values
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
RX_ERROR
public static final int RX_ERROR
- See Also:
- Constant Field Values
IO_NOT_INITIALIZED
public static final int IO_NOT_INITIALIZED
- See Also:
- Constant Field Values
NOT_AVAILABLE
public static final int NOT_AVAILABLE
- See Also:
- Constant Field Values
BrVario
public BrVario()
getBarogram
public int getBarogram(int flightNumber)
throws java.io.IOException
- Description copied from class:
Vario
- Get a single barogram. The flight may be specified by a number, if the
Vario supports this. Otherwise it is ignored. Bufer 0 is used.
tbd: add mode-flag for append-mode
- Specified by:
getBarogram in class Vario
getFlightBook
public int getFlightBook()
- Description copied from class:
Vario
- Get the flightbook from the vario
- Specified by:
getFlightBook in class Vario