|
2009-06-02 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPositionProfile
org.eclipse.soda.dk.gps.nmea.position.profile.GpsNmeaPositionProfile
public class GpsNmeaPositionProfile
Gps Nmea Profile. The GpsNmeaPositionProfile class implements the GpsNmeaPositionProfileService and provides the controls for the profile.
The list of exported services:
GpsNmeaPositionProfileService,
org.eclipse.soda.dk.profile.service.ProfileService| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the full class name. |
protected SignalService |
gpsNmeaDeviceServiceGPGGA
Defines the GPGGA signalref. |
protected SignalService |
gpsNmeaDeviceServiceGPGLL
Defines the GPGLL signalref. |
| Fields inherited from interface org.eclipse.soda.dk.gps.nmea.position.profile.service.GpsNmeaPositionProfileService |
|---|
ALL_COMMANDS, ALL_MEASUREMENTS, ALL_SIGNALS, Capabilities, CAPABILITIES_ERROR_EXTERNAL_KEY, CAPABILITIES_EXTERNAL_KEY, CAPABILITIES_GET_EXTERNAL_KEY, Configuration, CONFIGURATION_ERROR_EXTERNAL_KEY, CONFIGURATION_EXTERNAL_KEY, CONFIGURATION_GET_EXTERNAL_KEY, FACTORY_SERVICE_NAME, GpsNmeaPositionProfile, MANAGED_SERVICE_NAME, Metrics, METRICS_ERROR_EXTERNAL_KEY, METRICS_EXTERNAL_KEY, METRICS_GET_EXTERNAL_KEY, SERVICE_DESCRIPTION, SERVICE_NAME, Status, STATUS_ERROR_EXTERNAL_KEY, STATUS_EXTERNAL_KEY, STATUS_GET_EXTERNAL_KEY |
| Constructor Summary | |
|---|---|
GpsNmeaPositionProfile()
Constructs a new instance of the GpsNmeaPositionProfile class. |
|
| Method Summary | |
|---|---|
AdapterService |
getAdapter()
Gets the get adapter value. |
DeviceService |
getDefaultDevice()
Gets the default DeviceService. |
java.lang.String |
getDefaultKey()
Gets the default key of the profile. |
protected void |
handleGpsNmeaDeviceServiceGPGGA(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Handle gps nmea device service gpgga with the specified source, timestamp and data parameters. |
protected void |
handleGpsNmeaDeviceServiceGPGLL(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Handle gps nmea device service gpgll with the specified source, timestamp and data parameters. |
void |
handleSignal(java.lang.Object timestamp,
java.lang.Object data)
Handle signal with the specified timestamp and data parameters. |
boolean |
isAdapterNeeded()
Is adapter needed. |
boolean |
isDeviceNeeded()
Is device needed. |
void |
setAdapter(AdapterService adapter)
Set adapter. |
void |
setDevice(DeviceService device)
Set device. |
void |
setup()
|
void |
signalOccurred(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
Signal occurred. |
| 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
protected SignalService gpsNmeaDeviceServiceGPGLL
protected SignalService gpsNmeaDeviceServiceGPGGA
| Constructor Detail |
|---|
public GpsNmeaPositionProfile()
| Method Detail |
|---|
public void setDevice(DeviceService device)
device - device.
public void signalOccurred(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
source - source.timestamp - time stamp.data - data.public java.lang.String getDefaultKey()
public DeviceService getDefaultDevice()
public boolean isDeviceNeeded()
public void setup()
org.eclipse.soda.dk.device.Container#setup()public AdapterService getAdapter()
public void setAdapter(AdapterService adapter)
adapter - adapter.public boolean isAdapterNeeded()
protected void handleGpsNmeaDeviceServiceGPGGA(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
source - The source (SignalService) parameter.timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.
protected void handleGpsNmeaDeviceServiceGPGLL(SignalService source,
java.lang.Object timestamp,
java.lang.Object data)
source - The source (SignalService) parameter.timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.
public void handleSignal(java.lang.Object timestamp,
java.lang.Object data)
timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.
|
2009-06-02 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||