public class NMEAGen extends Object
| Constructor and Description |
|---|
NMEAGen() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dbt(CheckedOutputStream out,
float depth) |
static void |
mtw(CheckedOutputStream out,
float c) |
static void |
mwv(CheckedOutputStream out,
int windAngle,
float windSpeed,
boolean trueWind) |
protected static void |
put(CheckedOutputStream out,
char c) |
protected static void |
put(CheckedOutputStream out,
double d) |
protected static void |
put(CheckedOutputStream out,
int i) |
protected static void |
put(CheckedOutputStream out,
String s) |
protected static void |
putChecksum(CheckedOutputStream out) |
static void |
rmc(CheckedOutputStream out,
double declination) |
static void |
txt(CheckedOutputStream out,
String msg) |
static void |
vhw(CheckedOutputStream out,
float knots) |
public static void rmc(CheckedOutputStream out, double declination) throws IOException
IOExceptionpublic static void dbt(CheckedOutputStream out, float depth) throws IOException
IOExceptionpublic static void vhw(CheckedOutputStream out, float knots) throws IOException
IOExceptionpublic static void mwv(CheckedOutputStream out, int windAngle, float windSpeed, boolean trueWind) throws IOException
IOExceptionpublic static void mtw(CheckedOutputStream out, float c) throws IOException
IOExceptionpublic static void txt(CheckedOutputStream out, String msg) throws IOException
IOExceptionprotected static void putChecksum(CheckedOutputStream out) throws IOException
IOExceptionprotected static void put(CheckedOutputStream out, double d) throws IOException
IOExceptionprotected static void put(CheckedOutputStream out, int i) throws IOException
IOExceptionprotected static void put(CheckedOutputStream out, String s) throws IOException
IOExceptionprotected static void put(CheckedOutputStream out, char c) throws IOException
IOExceptionCopyright © 2016. All rights reserved.