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 |
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 mtw(CheckedOutputStream out, float c) throws IOException
IOExceptionpublic static void txt(CheckedOutputStream out, String msg) throws IOException
IOExceptionCopyright © 2015. All rights reserved.