net.sf.bt747.test
Class HlxController

java.lang.Object
  extended by net.sf.bt747.test.HlxController

public class HlxController
extends java.lang.Object

Author:
Mario De Weerd

Nested Class Summary
static class HlxController.HlxDataModel
           
 
Constructor Summary
HlxController(IBlue747Model mtkDeviceModel)
          Initiate the instance.
 
Method Summary
 int analyseNMEA(java.lang.String[] p_nmea)
           
 void analyseResponse(java.lang.Object response)
           
 boolean handles(java.lang.String nmea0)
          Check if the controller responds to the NMEA command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HlxController

public HlxController(IBlue747Model mtkDeviceModel)
Initiate the instance.

Parameters:
mtkDeviceModel - Reference to basic mtkDevice modeling.
Method Detail

handles

public final boolean handles(java.lang.String nmea0)
Check if the controller responds to the NMEA command.

Returns:
true if this controller can handle the command.

analyseResponse

public final void analyseResponse(java.lang.Object response)

analyseNMEA

public int analyseNMEA(java.lang.String[] p_nmea)