2009-06-02 1.2.0

org.eclipse.soda.dk.gps.nmea.device.messages
Class GpsNmeaDeviceMessages

java.lang.Object
  extended by org.eclipse.soda.dk.gps.nmea.device.messages.GpsNmeaDeviceMessages

public class GpsNmeaDeviceMessages
extends java.lang.Object

Global Positioning System (GPS) National Marine Electronics Association (NMEA) Device. The device message interface defines the named messages for the GpsNmeaDevice device.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GpsNmeaDeviceService, org.eclipse.soda.dk.device.service.DeviceService

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Constructor Summary
GpsNmeaDeviceMessages()
           
 
Method Summary
static FilterService getFilter0()
          Gets the Filter0 value.
static MessageService getGPGGAMessage()
          Gets the GPGGAMessage value.
static MessageService getGPGLLMessage()
          Gets the GPGLLMessage value.
static MessageService getGPRMCMessage()
          Gets the GPRMCMessage value.
static MessageService getGPVTGMessage()
          Gets the GPVTGMessage value.
static MessageService getGPZDAMessage()
          Gets the GPZDAMessage value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the full class name.

Since:
1.0
See Also:
Constant Field Values
Constructor Detail

GpsNmeaDeviceMessages

public GpsNmeaDeviceMessages()
Method Detail

getFilter0

public static FilterService getFilter0()
Gets the Filter0 value.

Returns:
FilterService The Filter0 message
Since:
1.0

getGPGLLMessage

public static MessageService getGPGLLMessage()
Gets the GPGLLMessage value.

Returns:
MessageService The GPGLLMessage message
Since:
1.0

getGPRMCMessage

public static MessageService getGPRMCMessage()
Gets the GPRMCMessage value.

Returns:
MessageService The GPRMCMessage message
Since:
1.0

getGPGGAMessage

public static MessageService getGPGGAMessage()
Gets the GPGGAMessage value.

Returns:
MessageService The GPGGAMessage message
Since:
1.0

getGPVTGMessage

public static MessageService getGPVTGMessage()
Gets the GPVTGMessage value.

Returns:
MessageService The GPVTGMessage message
Since:
1.0

getGPZDAMessage

public static MessageService getGPZDAMessage()
Gets the GPZDAMessage value.

Returns:
MessageService The GPZDAMessage message
Since:
1.0

2009-06-02 1.2.0

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