|
2009-06-02 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDeviceAdapter
org.eclipse.soda.dk.gps.nmea.adapter.GpsNmeaAdapter
public class GpsNmeaAdapter
Global Positioning System (GPS) National Marine Electronics Association (NMEA) Adapter. The GpsNmeaAdapter class implements the GpsNmeaAdapterService and provides the controls for the adapter.
The list of exported services:
GpsNmeaAdapterService,
org.eclipse.soda.dk.adapter.service.AdapterService| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the full class name. |
| Fields inherited from interface org.eclipse.soda.dk.gps.nmea.adapter.service.GpsNmeaAdapterService |
|---|
ALL_COMMANDS, ALL_MEASUREMENTS, ALL_SIGNALS, Altitude, Date, Day, DEFAULT_RATE, FACTORY_SERVICE_NAME, GpsNmeaAdapter, HorizontalDilutionOfPrecision, Latitude, Longitude, MANAGED_SERVICE_NAME, Month, NumberSatellites, Position, Quality, RATE, RATE_DEFAULT, RATE_KEY, SERVICE_DESCRIPTION, SERVICE_NAME, SpeedKnots, SpeedKPH, Status, Time, Track, TrackMagnetic, Year |
| Constructor Summary | |
|---|---|
GpsNmeaAdapter()
Constructs a new instance of the GpsNmeaAdapter class. |
|
| Method Summary | |
|---|---|
DeviceService |
getDefaultDevice()
Gets the default device (DeviceService) value. |
java.lang.String |
getDefaultKey()
Gets the default key (String) value. |
InterestService |
getInterest()
Gets the interest (InterestService) value. |
int |
getRate()
Gets the value of rate custom parameter. |
boolean |
isDeviceNeeded()
Is device needed. |
void |
setRate(int rate)
Sets the value of rate custom parameter. |
void |
setup()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME
| Constructor Detail |
|---|
public GpsNmeaAdapter()
| Method Detail |
|---|
public DeviceService getDefaultDevice()
public java.lang.String getDefaultKey()
public InterestService getInterest()
public int getRate()
setRate(int)public boolean isDeviceNeeded()
public void setRate(int rate)
rate - The rate custom parameter.getRate()public void setup()
org.eclipse.soda.dk.device.Container#setup()
|
2009-06-02 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||