1.0.0

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

All Known Implementing Classes:
GpsNmeaAdapter

public interface GpsNmeaAdapterService

Gps Nmea Adapter. The device service interface defines the service to be registered for the GpsNmeaAdapter device.

The list of exported services:

Version:
1.0.0
See Also:
GpsNmeaAdapterService,

See the following specification(s) for more details:


Field Summary
static java.lang.String[] ALL_COMMANDS
          Comprehensive list of all the command ids.
static java.lang.String[] ALL_MEASUREMENTS
          Comprehensive list of all the measurement ids.
static java.lang.String[] ALL_SIGNALS
          Comprehensive list of all the signal ids.
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 MANAGED_SERVICE_NAME
          Define the OSGi managed service name.
static java.lang.String RATE_KEY
          Custom parameter rate configuration key.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 

Field Detail

SERVICE_NAME

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

See Also:
Constant Field Values

MANAGED_SERVICE_NAME

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

See Also:
Constant Field Values

FACTORY_SERVICE_NAME

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

See Also:
Constant Field Values

GpsNmeaAdapter

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

See Also:
Constant Field Values

ALL_COMMANDS

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


ALL_SIGNALS

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


ALL_MEASUREMENTS

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


RATE_KEY

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

See Also:
Constant Field Values

DEFAULT_RATE

static final int DEFAULT_RATE
Custom parameter rate configuration default value.

See Also:
Constant Field Values

1.0.0

Copyright (c) 2007 IBM