|
1.0.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
Gps Nmea Adapter. The GpsNmeaAdapter class implements the device service and provides the controls for the device.
The list of exported services:
GpsNmeaAdapterService,
See the following specification(s) for more details:
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the class name. |
| Fields inherited from interface org.eclipse.soda.dk.gps.nmea.adapter.service.GpsNmeaAdapterService |
|---|
ALL_COMMANDS, ALL_MEASUREMENTS, ALL_SIGNALS, DEFAULT_RATE, FACTORY_SERVICE_NAME, GpsNmeaAdapter, MANAGED_SERVICE_NAME, RATE_KEY, SERVICE_NAME |
| Constructor Summary | |
|---|---|
GpsNmeaAdapter()
Constructs a new instance of the GpsNmeaAdapter class. |
|
| Method Summary | |
|---|---|
DeviceService |
getDefaultDevice()
Gets the default DeviceService.@return DeviceService The default DeviceService. |
java.lang.String |
getDefaultKey()
Gets the default key of the device. |
InterestService |
getInterest()
Gets the interest filter for the device. |
int |
getRate()
Gets the value of rate custom parameter. |
boolean |
isDeviceNeeded()
|
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 InterestService getInterest()
public java.lang.String getDefaultKey()
public DeviceService getDefaultDevice()
public boolean isDeviceNeeded()
public void setRate(int rate)
getRate()public int getRate()
setRate(int)public void setup()
org.eclipse.soda.dk.device.Container#setup()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||