2009-06-02 1.2.0

org.eclipse.soda.dk.gps.nmea.adapter.service
Interface GpsNmeaAdapterService

All Known Implementing Classes:
GpsNmeaAdapter

public interface GpsNmeaAdapterService

Global Positioning System (GPS) National Marine Electronics Association (NMEA) Adapter. The device service interface defines the service to be registered for the GpsNmeaAdapter device.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GpsNmeaAdapterService, org.eclipse.soda.dk.adapter.service.AdapterService

Field Summary
static java.lang.String[] ALL_COMMANDS
          Comprehensive list of all the command identifiers.
static java.lang.String[] ALL_MEASUREMENTS
          Comprehensive list of all the measurement identifiers.
static java.lang.String[] ALL_SIGNALS
          Comprehensive list of all the signal identifiers.
static java.lang.String Altitude
          Parameter Altitude key.
static java.lang.String Date
          Parameter Date key.
static java.lang.String Day
          Parameter Day key.
static int DEFAULT_RATE
          Custom parameter rate configuration default value.
static java.lang.String FACTORY_SERVICE_NAME
          Define the OSGi factory service name.
static java.lang.String GpsNmeaAdapter
          Define the GpsNmeaAdapter key.
static java.lang.String HorizontalDilutionOfPrecision
          Parameter HorizontalDilutionOfPrecision key.
static java.lang.String Latitude
          Parameter Latitude key.
static java.lang.String Longitude
          Parameter Longitude key.
static java.lang.String MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String Month
          Parameter Month key.
static java.lang.String NumberSatellites
          Parameter NumberSatellites key.
static java.lang.String Position
          Parameter Position key.
static java.lang.String Quality
          Parameter Quality key.
static java.lang.String RATE
          Custom parameter rate configuration key.
static int RATE_DEFAULT
          Custom parameter rate configuration default value.
static java.lang.String RATE_KEY
          Deprecated. use RATE
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
static java.lang.String SpeedKnots
          Parameter SpeedKnots key.
static java.lang.String SpeedKPH
          Parameter SpeedKPH key.
static java.lang.String Status
          Parameter Status key.
static java.lang.String Time
          Parameter Time key.
static java.lang.String Track
          Parameter Track key.
static java.lang.String TrackMagnetic
          Parameter TrackMagnetic key.
static java.lang.String Year
          Parameter Year key.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

Since:
1.0
See Also:
Constant Field Values

MANAGED_SERVICE_NAME

static final java.lang.String MANAGED_SERVICE_NAME
Define the OSGi managed service name.

Since:
1.0
See Also:
Constant Field Values

FACTORY_SERVICE_NAME

static final java.lang.String FACTORY_SERVICE_NAME
Define the OSGi factory service name.

Since:
1.0
See Also:
Constant Field Values

GpsNmeaAdapter

static final java.lang.String GpsNmeaAdapter
Define the GpsNmeaAdapter key.

Since:
1.0
See Also:
Constant Field Values

ALL_COMMANDS

static final java.lang.String[] ALL_COMMANDS
Comprehensive list of all the command identifiers.

Since:
1.0

ALL_SIGNALS

static final java.lang.String[] ALL_SIGNALS
Comprehensive list of all the signal identifiers.

Since:
1.0

ALL_MEASUREMENTS

static final java.lang.String[] ALL_MEASUREMENTS
Comprehensive list of all the measurement identifiers.

Since:
1.0

RATE

static final java.lang.String RATE
Custom parameter rate configuration key.

Since:
1.1
See Also:
Constant Field Values

RATE_KEY

static final java.lang.String RATE_KEY
Deprecated. use RATE
Custom parameter rate configuration key.

Since:
1.0
See Also:
Constant Field Values

RATE_DEFAULT

static final int RATE_DEFAULT
Custom parameter rate configuration default value.

Since:
1.1
See Also:
Constant Field Values

DEFAULT_RATE

static final int DEFAULT_RATE
Custom parameter rate configuration default value.

Since:
1.1
See Also:
Constant Field Values

Altitude

static final java.lang.String Altitude
Parameter Altitude key.

Since:
1.1
See Also:
Constant Field Values

Date

static final java.lang.String Date
Parameter Date key.

Since:
1.1
See Also:
Constant Field Values

HorizontalDilutionOfPrecision

static final java.lang.String HorizontalDilutionOfPrecision
Parameter HorizontalDilutionOfPrecision key.

Since:
1.1
See Also:
Constant Field Values

Latitude

static final java.lang.String Latitude
Parameter Latitude key.

Since:
1.1
See Also:
Constant Field Values

Longitude

static final java.lang.String Longitude
Parameter Longitude key.

Since:
1.1
See Also:
Constant Field Values

NumberSatellites

static final java.lang.String NumberSatellites
Parameter NumberSatellites key.

Since:
1.1
See Also:
Constant Field Values

Position

static final java.lang.String Position
Parameter Position key.

Since:
1.1
See Also:
Constant Field Values

Quality

static final java.lang.String Quality
Parameter Quality key.

Since:
1.1
See Also:
Constant Field Values

Status

static final java.lang.String Status
Parameter Status key.

Since:
1.1
See Also:
Constant Field Values

Day

static final java.lang.String Day
Parameter Day key.

Since:
1.1
See Also:
Constant Field Values

Month

static final java.lang.String Month
Parameter Month key.

Since:
1.1
See Also:
Constant Field Values

SpeedKPH

static final java.lang.String SpeedKPH
Parameter SpeedKPH key.

Since:
1.1
See Also:
Constant Field Values

SpeedKnots

static final java.lang.String SpeedKnots
Parameter SpeedKnots key.

Since:
1.1
See Also:
Constant Field Values

Time

static final java.lang.String Time
Parameter Time key.

Since:
1.1
See Also:
Constant Field Values

Track

static final java.lang.String Track
Parameter Track key.

Since:
1.1
See Also:
Constant Field Values

TrackMagnetic

static final java.lang.String TrackMagnetic
Parameter TrackMagnetic key.

Since:
1.1
See Also:
Constant Field Values

Year

static final java.lang.String Year
Parameter Year key.

Since:
1.1
See Also:
Constant Field Values

SERVICE_DESCRIPTION

static final java.lang.String SERVICE_DESCRIPTION
Description of the test.

Since:
1.1
See Also:
Constant Field Values

2009-06-02 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.