| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
Magnetometer.DIRECTION |
Magnetometer.getDirection() |
static Magnetometer.DIRECTION |
Magnetometer.DIRECTION.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Magnetometer.DIRECTION[] |
Magnetometer.DIRECTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Magnetometer |
Magnetometer.setDirection(Magnetometer.DIRECTION direction) |
| Constructor and Description |
|---|
Magnetometer(int timeout,
double lat,
double lon,
float z,
pt.lsts.imc.def.ZUnits z_units,
float speed,
pt.lsts.imc.def.SpeedUnits speed_units,
double bearing,
float width,
Magnetometer.DIRECTION direction,
java.lang.String custom) |