|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTransportDevice
org.eclipse.soda.dk.gps.nmea.device.GpsNmeaDevice
public class GpsNmeaDevice
GPS NMEA Device. The GpsNmeaDevice class implements the device service and provides the controls for the device.
The list of exported services:
GpsNmeaDeviceService,
org.eclipse.soda.dk.device.service.DeviceService| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the class name. |
| Constructor Summary | |
|---|---|
GpsNmeaDevice()
Constructs a new instance of the GpsNmeaDevice class. |
|
| Method Summary | |
|---|---|
int |
getControlCapacity()
Gets the control capacity. |
java.lang.String |
getDefaultKey()
Gets the default key of the device. |
TransportService |
getDefaultTransport()
Gets the default TransportService.@return TransportService The default TransportService. |
InterestService |
getInterest()
Gets the interest filter for the device. |
int |
getMessageCapacity()
Gets the message capacity. |
java.lang.Object |
getMessageKey(MessageService message)
Gets the message key. |
| 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 GpsNmeaDevice()
| Method Detail |
|---|
public InterestService getInterest()
public java.lang.String getDefaultKey()
public TransportService getDefaultTransport()
public int getControlCapacity()
public int getMessageCapacity()
public java.lang.Object getMessageKey(MessageService message)
message - The message service.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||